Skip to content

Commit

Permalink
Remove baseline version for binary compatibility check (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
wetted authored Jul 17, 2023
1 parent 9f0bd58 commit c8e9c9b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,3 @@ plugins {
id("io.micronaut.build.internal.serde-base")
id("io.micronaut.build.internal.module")
}
micronautBuild {
binaryCompatibility {
baselineVersion = "2.0.0-M12"
}
}
5 changes: 0 additions & 5 deletions serde-support/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,3 @@ dependencies {
testImplementation(mn.micronaut.jackson.databind)
testImplementation(libs.jetbrains.annotations)
}
micronautBuild {
binaryCompatibility {
enabled.set(false)
}
}

0 comments on commit c8e9c9b

Please sign in to comment.