Gradle addExtension will add BOM dependency even if platform is already in dependencies list #11251
Labels
area/devtools
Issues/PR related to maven, gradle, platform and cli tooling/plugins
area/gradle
Gradle
kind/bug
Something isn't working
Milestone
Describe the bug
Gradle plugin from master branch will add platform BOM dependency even if
enforcedPlatform
is already in dependency list.Expected behavior
Platform BOM should not be added by addExtension task, if BOM is already present.
Actual behavior
From build.gradle, after calling
.\gradlew.bat addExtension --extensions="quarkus-jackson"
To Reproduce
Steps to reproduce the behavior:
.\gradlew.bat addExtension --extensions="quarkus-jackson"
The text was updated successfully, but these errors were encountered: