Skip to content

Commit

Permalink
try to fix missing bom project on maven
Browse files Browse the repository at this point in the history
  • Loading branch information
harissecic committed Aug 20, 2022
1 parent df7ab71 commit 43caacc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
projectVersion=1.2.1-SNAPSHOT
projectVersion=1.2.0
projectGroup=io.micronaut.pulsar
micronautDocsVersion=2.0.0
micronautVersion=3.3.1
Expand Down
6 changes: 6 additions & 0 deletions pulsar-bom/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
plugins {
id "io.micronaut.build.internal.bom"
}

micronautBuild {
binaryCompatibility {
enabled = false
}
}

0 comments on commit 43caacc

Please sign in to comment.