• Andy Wilkinson's avatar
    Disable generation of Gradle metadata for spring-boot-dependencies · 0ef7f909
    Andy Wilkinson authored
    Gradle's metadata for a platform does not provide a way to define
    exclusions in the same way that can be done in <dependencyManagement>
    in a Mavne bom. This means that Gradle 6 users lose the exclusions
    that are defined in the pom as Gradle 6 will use the metadata rather
    than the pom.
    
    Until such a time as Gradle's metadata supports the configuration of
    such exclusions we can avoid the problem by disabling the metadata's
    publication.
    
    Fixes gh-21350
    0ef7f909
Name
Last commit
Last update
.github Loading commit data...
buildSrc Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
git/hooks Loading commit data...
gradle/wrapper Loading commit data...
idea Loading commit data...
spring-boot-project Loading commit data...
spring-boot-tests Loading commit data...
src/checkstyle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
build.gradle Loading commit data...
gradle.properties Loading commit data...
gradlew Loading commit data...
gradlew.bat Loading commit data...
settings.gradle Loading commit data...