Skip to content

Commit

Permalink
Allow for missing classes
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed Aug 1, 2023
1 parent 96fd1e8 commit 2416f8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ tasks.register("japicmp", me.champeau.gradle.japicmp.JapicmpTask) {
newClasspath.from(tasks.named('jar'))
onlyModified = true
failOnModification = true
ignoreMissingClasses = true
txtOutputFile = layout.buildDirectory.file("reports/japi.txt")
dependsOn downloadSnapshot
}
Expand Down

0 comments on commit 2416f8c

Please sign in to comment.