File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
33 maven { url " https://repo.grails.org/grails/core" }
44 }
55 dependencies {
6- classpath platform(" org.grails:grails-bom:${ grailsVersion} " )
6+ classpath platform(" org.grails:grails-bom:$grailsVersion " )
77 classpath " org.grails:grails-gradle-plugin"
88 }
99}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ apply plugin: "org.grails.grails-gsp"
2424compileJava. options. release = 17
2525
2626dependencies {
27- implementation " org.grails:grails-bom:${ grailsVersion} "
27+ implementation platform( " org.grails:grails-bom:$grailsVersion " )
2828
2929 implementation project(' :plugin' )
3030
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ apply plugin: 'java-library'
1717apply plugin : ' org.grails.grails-plugin'
1818
1919dependencies {
20- implementation " org.grails:grails-bom:${ grailsVersion} "
20+ implementation platform( " org.grails:grails-bom:$grailsVersion " )
2121
2222 api " org.grails:grails-core"
2323 api " org.grails:grails-web-boot"
You can’t perform that action at this time.
0 commit comments