Skip to content

Commit

Permalink
Correct
Browse files Browse the repository at this point in the history
  • Loading branch information
dstepanov committed Oct 11, 2023
1 parent 11e90c2 commit 69fbd03
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ plugins {
id 'io.micronaut.build.internal.sourcegen-base'
id "io.micronaut.build.internal.module"
}

micronautBuild {
binaryCompatibility {
enabled.set(false)
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ tasks.withType(Test).configureEach {
tasks.withType(Checkstyle).configureEach {
enabled = false
}

micronautBuild {
binaryCompatibility {
enabled.set(false)
}
}
6 changes: 6 additions & 0 deletions sourcegen-bom/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ plugins {
id("io.micronaut.build.internal.sourcegen-base")
id("io.micronaut.build.internal.bom")
}

micronautBuild {
binaryCompatibility {
enabled.set(false)
}
}

0 comments on commit 69fbd03

Please sign in to comment.