Skip to content

Commit 3bb384d

Browse files
committed
Include the bom in buildSrc to prevent snapshot resolution
1 parent 3c75147 commit 3bb384d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildSrc/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ repositories {
66
}
77

88
dependencies {
9+
implementation("org.grails:grails-bom:$grailsVersion")
910
implementation "org.grails:grails-gradle-plugin:$grailsGradlePluginVersion"
1011
implementation "com.bertramlabs.plugins:asset-pipeline-gradle:$assetPipelineGradleVersion"
1112
implementation "io.github.gradle-nexus.publish-plugin:io.github.gradle-nexus.publish-plugin.gradle.plugin:2.0.0"

0 commit comments

Comments
 (0)