Skip to content

Commit

Permalink
build: enable binary compatibility check for ua (#1539)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo authored Dec 20, 2022
1 parent a41b40f commit 3d06945
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions aws-ua/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ def deleteUserAgentProviderGenerator = tasks.register("deleteUserAgentProviderGe
}
clean.dependsOn(deleteUserAgentProviderGenerator)

micronautBuild {
// new module, so no binary check
binaryCompatibility {
enabled.set(false)
}
}
spotless {
java {
targetExclude("**/Generated*.java")
Expand Down

0 comments on commit 3d06945

Please sign in to comment.