Skip to content

Commit dbca169

Browse files
committed
[skip ci] grails 7.0.0-M3
1 parent 1443caa commit dbca169

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
}
1414
}
1515
dependencies {
16-
classpath "org.grails:grails-bom:${grailsVersion}"
16+
classpath platform("org.grails:grails-bom:$grailsVersion")
1717
classpath "org.grails:grails-gradle-plugin"
1818
}
1919
}

spock-container-test-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414
}
1515
}
1616
dependencies {
17-
classpath "org.grails:grails-bom:${grailsVersion}"
17+
classpath platform("org.grails:grails-bom:$grailsVersion")
1818
classpath "org.grails:grails-gradle-plugin"
1919
}
2020
}

0 commit comments

Comments
 (0)