Skip to content

Commit 11ab818

Browse files
authored
Merge pull request #170 from jdaugherty/5.0.x
Include the bom in buildSrc to prevent snapshot resolution
2 parents 3c75147 + 6a9118f commit 11ab818

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

buildSrc/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ repositories {
66
}
77

88
dependencies {
9+
implementation platform("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"

plugin/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ configurations {
2222
}
2323

2424
dependencies {
25+
implementation platform("org.grails:grails-bom:$grailsVersion")
2526
implementation "org.springframework.boot:spring-boot-starter-logging"
2627
implementation "org.springframework.boot:spring-boot-starter-actuator"
2728
implementation "org.springframework.boot:spring-boot-autoconfigure"

0 commit comments

Comments
 (0)