Skip to content

Commit

Permalink
Publish Gradle metadata
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bclozel committed Sep 3, 2019
1 parent f8516c6 commit 1b68144
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ pluginManagement {
}
}

enableFeaturePreview("GRADLE_METADATA")

include "spring-aop"
include "spring-aspects"
include "spring-beans"
Expand Down

0 comments on commit 1b68144

Please sign in to comment.