Skip to content

Commit

Permalink
Disable binary compatibility checks for Java 8 build
Browse files Browse the repository at this point in the history
  • Loading branch information
melix committed Oct 9, 2023
1 parent a1cf4cc commit 1045994
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ plugins {

micronautBuild {
binaryCompatibility {
enabled = JavaVersion.current().isJava11Compatible()
baselineVersion = ((version-'-SNAPSHOT').split('[.]') as List).withIndex().collect { v, i -> (i == 2 ? Integer.parseInt(v) -1 : v) as String }.join('.')
}
}

0 comments on commit 1045994

Please sign in to comment.