Skip to content

Commit

Permalink
add bom and sourcegen modules
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Oct 10, 2023
1 parent c783562 commit 70e62a4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sourcegen-bom/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
plugins {
id("io.micronaut.build.internal.sourcegen-base")
id("io.micronaut.build.internal.bom")
}
micronautBuild {
binaryCompatibility {
enabled.set(false)
}
}
8 changes: 8 additions & 0 deletions sourcegen/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
plugins {
id("io.micronaut.build.internal.sourcegen-module")
}
micronautBuild {
binaryCompatibility {
enabled.set(false)
}
}

0 comments on commit 70e62a4

Please sign in to comment.