Skip to content

Commit 1b68144

Browse files
committed
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
1 parent f8516c6 commit 1b68144

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

settings.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ pluginManagement {
55
}
66
}
77

8+
enableFeaturePreview("GRADLE_METADATA")
9+
810
include "spring-aop"
911
include "spring-aspects"
1012
include "spring-beans"

0 commit comments

Comments
 (0)