Skip to content

Commit

Permalink
Remove baseline version for binary compatibility check (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
wetted committed Jul 17, 2023
1 parent 03f3edd commit fe399e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ plugins {
id 'io.micronaut.build.internal.module'
}

micronautBuild {
binaryCompatibility {
enabled.set(true)
baselineVersion = "5.0.0-M6"
}
}

dependencies {
annotationProcessor mn.micronaut.inject.java
annotationProcessor libs.micronaut.docs.asciidoc.config.props
Expand Down
7 changes: 0 additions & 7 deletions tracing-bom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ plugins {
id 'io.micronaut.build.internal.bom'
}

micronautBuild {
binaryCompatibility {
enabled.set(true)
baselineVersion = "5.0.0-M6"
}
}

micronautBom {
extraExcludedProjects.add 'kotlin-tests'
suppressions {
Expand Down

0 comments on commit fe399e1

Please sign in to comment.