File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ repositories {
66}
77
88dependencies {
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"
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ configurations {
2222}
2323
2424dependencies {
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"
You can’t perform that action at this time.
0 commit comments