Skip to content

Commit

Permalink
Re-enable binary compat (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
timyates authored Jan 8, 2024
1 parent d1219ec commit 581851d
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 @@ -10,10 +10,3 @@ dependencies {
testImplementation(mnSerde.micronaut.serde.jackson)
}

micronautBuild {
// new module, so no binary check
binaryCompatibility {
enabled.set(false)
}
}

8 changes: 0 additions & 8 deletions chatbots-bom/build.gradle.kts
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.set("2.0.0-M5")
}
}
tasks.named("checkVersionCatalogCompatibility").configure { enabled = false }

0 comments on commit 581851d

Please sign in to comment.