Skip to content

Commit

Permalink
Implemented #118 - Fixed Maven publishing problem for micronaut proje…
Browse files Browse the repository at this point in the history
…cts - duplicate <dependencyManagement>
  • Loading branch information
cer committed Aug 31, 2022
1 parent dd5a858 commit 9204057
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ subprojects {

if (!project.name.endsWith("-bom"))
dependencies {
implementation(platform("org.springframework.boot:spring-boot-dependencies:$springBootVersion"))
if (!project.name.contains("micronaut"))
implementation(platform("org.springframework.boot:spring-boot-dependencies:$springBootVersion"))
testCompile "junit:junit:4.12"
}
}
Expand Down

0 comments on commit 9204057

Please sign in to comment.