Skip to content

Commit

Permalink
Include the bom in buildSrc to prevent snapshot resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaugherty committed Dec 23, 2024
1 parent 3c75147 commit 6a9118f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ repositories {
}

dependencies {
implementation platform("org.grails:grails-bom:$grailsVersion")
implementation "org.grails:grails-gradle-plugin:$grailsGradlePluginVersion"
implementation "com.bertramlabs.plugins:asset-pipeline-gradle:$assetPipelineGradleVersion"
implementation "io.github.gradle-nexus.publish-plugin:io.github.gradle-nexus.publish-plugin.gradle.plugin:2.0.0"
Expand Down
1 change: 1 addition & 0 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ configurations {
}

dependencies {
implementation platform("org.grails:grails-bom:$grailsVersion")
implementation "org.springframework.boot:spring-boot-starter-logging"
implementation "org.springframework.boot:spring-boot-starter-actuator"
implementation "org.springframework.boot:spring-boot-autoconfigure"
Expand Down

0 comments on commit 6a9118f

Please sign in to comment.