We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 157bf0d commit 50e9af2Copy full SHA for 50e9af2
grails-bom/build.gradle
@@ -39,15 +39,6 @@ javaPlatform {
39
allowDependencies()
40
}
41
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
-
51
ext {
52
isReleaseBuild = System.getenv('GRAILS_PUBLISH_RELEASE') == 'true'
53
isPublishedExternal = System.getenv().containsKey('NEXUS_PUBLISH_STAGING_PROFILE_ID')
0 commit comments