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 {
3
3
maven { url " https://repo.grails.org/grails/core" }
4
4
}
5
5
dependencies {
6
- classpath platform(" org.grails:grails-bom:${ grailsVersion} " )
6
+ classpath platform(" org.grails:grails-bom:$grailsVersion " )
7
7
classpath " org.grails:grails-gradle-plugin"
8
8
}
9
9
}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ apply plugin: "org.grails.grails-gsp"
24
24
compileJava. options. release = 17
25
25
26
26
dependencies {
27
- implementation " org.grails:grails-bom:${ grailsVersion} "
27
+ implementation platform( " org.grails:grails-bom:$grailsVersion " )
28
28
29
29
implementation project(' :plugin' )
30
30
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ apply plugin: 'java-library'
17
17
apply plugin : ' org.grails.grails-plugin'
18
18
19
19
dependencies {
20
- implementation " org.grails:grails-bom:${ grailsVersion} "
20
+ implementation platform( " org.grails:grails-bom:$grailsVersion " )
21
21
22
22
api " org.grails:grails-core"
23
23
api " org.grails:grails-web-boot"
You can’t perform that action at this time.
0 commit comments