Skip to content

Commit

Permalink
Disable binary compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
andriy-dmytruk committed Nov 7, 2022
1 parent a464f35 commit e0d9d2f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions validation-bom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ plugins {
id 'io.micronaut.build.internal.validation-base'
id "io.micronaut.build.internal.bom"
}

micronautBuild {
binaryCompatibility {
enabled = false
}
}
6 changes: 6 additions & 0 deletions validation-visitor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ dependencies {
testImplementation files(org.gradle.internal.jvm.Jvm.current().toolsJar)
}
}

micronautBuild {
binaryCompatibility {
enabled = false
}
}
6 changes: 6 additions & 0 deletions validation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,9 @@ spotless {
targetExclude '**/io/micronaut/validation/validator/constraints/EmailValidator.java'
}
}

micronautBuild {
binaryCompatibility {
enabled = false
}
}

0 comments on commit e0d9d2f

Please sign in to comment.