Skip to content

Commit

Permalink
Bump japicmp plugin to 0.2.6 and activate source level compat check
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed Feb 16, 2018
1 parent dc92029 commit db1126a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ project('reactor-core') {
newClasspath = files(jar.archivePath)
onlyBinaryIncompatibleModified = true
failOnModification = true
failOnSourceIncompatibility = true
txtOutputFile = file("${project.buildDir}/reports/japi.txt")
ignoreMissingClasses = true
includeSynthetic = true
Expand Down Expand Up @@ -445,6 +446,7 @@ project('reactor-test') {
newClasspath = files(jar.archivePath)
onlyBinaryIncompatibleModified = true
failOnModification = true
failOnSourceIncompatibility = true
txtOutputFile = file("${project.buildDir}/reports/japi.txt")
ignoreMissingClasses = true
includeSynthetic = true
Expand Down

0 comments on commit db1126a

Please sign in to comment.