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 Jan 10, 2018
1 parent b550779 commit 07f08a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ plugins {
id 'org.asciidoctor.convert' version '1.5.6'
id "me.champeau.gradle.jmh" version "0.4.4" apply false
id "org.jetbrains.dokka" version "0.9.15"
id "me.champeau.gradle.japicmp" version "0.2.5"
id "me.champeau.gradle.japicmp" version "0.2.6"
}

apply from: "gradle/doc.gradle"
Expand Down 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 @@ -441,6 +442,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 07f08a7

Please sign in to comment.