Skip to content

Commit

Permalink
build: Add BOM module (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
timyates authored Nov 10, 2022
1 parent 535d7db commit 2cbcd97
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[versions]

micronaut = "4.0.0-SNAPSHOT"
10 changes: 10 additions & 0 deletions jmx-bom/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
plugins {
id("io.micronaut.build.internal.bom")
}

// First BOM release, this can be removed after a BOM is out
micronautBuild {
binaryCompatibility {
enabled = false
}
}
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ plugins {

rootProject.name = 'jmx-parent'

include 'jmx-bom'
include 'jmx'

enableFeaturePreview 'TYPESAFE_PROJECT_ACCESSORS'
Expand Down

0 comments on commit 2cbcd97

Please sign in to comment.