Skip to content

Commit

Permalink
Enable binary compatibility check (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
wetted authored Jul 1, 2023
1 parent 9095d00 commit 6c10644
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions jms-bom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ plugins {

micronautBuild {
binaryCompatibility {
enabled = providers.provider {
def (major, minor, _) = project.version.split("\\.")
major.toInteger() >= 3 && minor.toInteger() > 0
}
enabled = true
// TODO required for now. Remove after Micronaut 4 release
baselineVersion = "3.0.0-M6"
}
}

0 comments on commit 6c10644

Please sign in to comment.