Browse Source

Publish Gradle metadata

This commit enables the publishing of Gradle metadata with Spring
Framework artifacts. This feature will be enabled by default with Gradle
6.0, so Spring Framework will consistently push this information in the
5.2.x generation.

Fixes gh-23503
pull/23580/head
Brian Clozel 5 years ago
parent
commit
1b6814402c
  1. 2
      settings.gradle

2
settings.gradle

@ -5,6 +5,8 @@ pluginManagement { @@ -5,6 +5,8 @@ pluginManagement {
}
}
enableFeaturePreview("GRADLE_METADATA")
include "spring-aop"
include "spring-aspects"
include "spring-beans"

Loading…
Cancel
Save