Skip to content

Commit 50e9af2

Browse files
committed
disabling .module no longer needed
1 parent 157bf0d commit 50e9af2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

grails-bom/build.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,6 @@ javaPlatform {
3939
allowDependencies()
4040
}
4141

42-
// Disable gradle (.module file) for the BOM only
43-
// This allows properties to be overridden with the Spring dependency management plugin
44-
// Also fixes older versions being resolved on transitive dependencies with updated parents
45-
afterEvaluate {
46-
tasks.named('generateMetadataFileForMavenPublication').configure {
47-
enabled = false
48-
}
49-
}
50-
5142
ext {
5243
isReleaseBuild = System.getenv('GRAILS_PUBLISH_RELEASE') == 'true'
5344
isPublishedExternal = System.getenv().containsKey('NEXUS_PUBLISH_STAGING_PROFILE_ID')

0 commit comments

Comments
 (0)