Skip to content

Commit

Permalink
Remove baseline version for binary compatibility check (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
wetted authored Jul 17, 2023
1 parent f8c0a30 commit 016535a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions jms-bom/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
plugins {
id("io.micronaut.build.internal.bom")
}

micronautBuild {
binaryCompatibility {
enabled = true
// TODO required for now. Remove after Micronaut 4 release
baselineVersion = "3.0.0-M6"
}
}

0 comments on commit 016535a

Please sign in to comment.