File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ repositories {
6
6
}
7
7
8
8
dependencies {
9
+ implementation platform(" org.grails:grails-bom:$grailsVersion " )
9
10
implementation " org.grails:grails-gradle-plugin:$grailsGradlePluginVersion "
10
11
implementation " com.bertramlabs.plugins:asset-pipeline-gradle:$assetPipelineGradleVersion "
11
12
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 {
22
22
}
23
23
24
24
dependencies {
25
+ implementation platform(" org.grails:grails-bom:$grailsVersion " )
25
26
implementation " org.springframework.boot:spring-boot-starter-logging"
26
27
implementation " org.springframework.boot:spring-boot-starter-actuator"
27
28
implementation " org.springframework.boot:spring-boot-autoconfigure"
You can’t perform that action at this time.
0 commit comments