Skip to content

Commit

Permalink
Remove baseline version for binary compatibility check (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
wetted authored Jul 17, 2023
1 parent 3d91a0f commit e8c709a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,3 @@ plugins {
id 'io.micronaut.build.internal.session-base'
id "io.micronaut.build.internal.module"
}

// Remove once 1.0.0 is released
micronautBuild {
binaryCompatibility {
enabled.set(false)
}
}
8 changes: 0 additions & 8 deletions session-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.set(true)
// TODO required for now. Remove after Micronaut 4 release
baselineVersion = "4.0.0-M3"
}
}

0 comments on commit e8c709a

Please sign in to comment.