We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1443caa commit dbca169Copy full SHA for dbca169
build.gradle
@@ -13,7 +13,7 @@ buildscript {
13
}
14
15
dependencies {
16
- classpath "org.grails:grails-bom:${grailsVersion}"
+ classpath platform("org.grails:grails-bom:$grailsVersion")
17
classpath "org.grails:grails-gradle-plugin"
18
19
spock-container-test-app/build.gradle
@@ -14,7 +14,7 @@ buildscript {
20
0 commit comments