Skip to content

Commit

Permalink
Remove baseline version for binary compatibility check (#1807)
Browse files Browse the repository at this point in the history
  • Loading branch information
wetted authored Jul 17, 2023
1 parent 2d3954b commit c19ac90
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
8 changes: 0 additions & 8 deletions aws-lambda-events-serde/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,3 @@ dependencies {
testImplementation(libs.assertj.core)
testImplementation(mnSerde.micronaut.serde.jackson)
}

micronautBuild {
binaryCompatibility {
enabled.set(true)
// TODO required for now. Remove after Micronaut 4 release
baselineVersion.set("4.0.0-M11")
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,3 @@ plugins {
id "io.micronaut.build.internal.aws-base"
id "io.micronaut.build.internal.module"
}
micronautBuild {
binaryCompatibility {
baselineVersion = "4.0.0-M11"
}
}

0 comments on commit c19ac90

Please sign in to comment.