@@ -13,8 +13,8 @@ buildscript {
1313 }
1414 }
1515 dependencies {
16- classpath platform(" org.grails:grails-bom:$grailsVersion " )
17- classpath ' org.grails:grails-gradle-plugin '
16+ classpath platform(" org.apache. grails:grails-bom:$grailsVersion " )
17+ classpath ' org.apache. grails:grails-gradle-plugins '
1818 }
1919}
2020
@@ -28,44 +28,44 @@ plugins {
2828version = projectVersion
2929group = " com.demo"
3030
31- apply plugin : " org.grails.grails-web"
32- apply plugin : " org.grails.grails-gsp"
31+ apply plugin : " org.apache. grails.gradle .grails-web"
32+ apply plugin : " org.apache. grails.gradle .grails-gsp"
3333
3434compileJava. options. release = 17
3535
3636dependencies {
37- implementation platform(" org.grails:grails-bom:$grailsVersion " )
37+ implementation platform(" org.apache. grails:grails-bom:$grailsVersion " )
3838
3939 implementation project(' :plugin' )
4040
41- implementation " org.grails:grails-core"
42- implementation " org.grails:grails-logging"
43- implementation " org.grails:grails-plugin -databinding"
44- implementation " org.grails:grails-plugin -i18n"
45- implementation " org.grails:grails-plugin -interceptors"
46- implementation " org.grails:grails-plugin- rest"
47- implementation " org.grails:grails-plugin -services"
48- implementation " org.grails:grails-plugin -url-mappings"
49- implementation " org.grails:grails-web-boot"
50- implementation " org.grails.plugins: gsp"
41+ implementation " org.apache. grails:grails-core"
42+ implementation " org.apache. grails:grails-logging"
43+ implementation " org.apache. grails:grails-databinding"
44+ implementation " org.apache. grails:grails-i18n"
45+ implementation " org.apache. grails:grails-interceptors"
46+ implementation " org.apache. grails:grails-rest-transforms "
47+ implementation " org.apache. grails:grails-services"
48+ implementation " org.apache. grails:grails-url-mappings"
49+ implementation " org.apache. grails.web :grails-web-boot"
50+ implementation " org.apache.grails:grails- gsp"
5151 implementation " org.springframework.boot:spring-boot-autoconfigure"
5252 implementation " org.springframework.boot:spring-boot-starter"
5353 implementation " org.springframework.boot:spring-boot-starter-actuator"
5454 implementation " org.springframework.boot:spring-boot-starter-logging"
5555 implementation " org.springframework.boot:spring-boot-starter-tomcat"
5656 implementation " org.springframework.boot:spring-boot-starter-validation"
5757
58- console " org.grails:grails-console"
58+ console " org.apache. grails:grails-console"
5959
6060 runtimeOnly " com.bertramlabs.plugins:asset-pipeline-grails"
6161 runtimeOnly " com.h2database:h2"
6262 runtimeOnly " org.apache.tomcat:tomcat-jdbc"
6363 runtimeOnly " org.fusesource.jansi:jansi"
6464
65- integrationTestImplementation testFixtures(" org.grails.plugins: geb" )
65+ integrationTestImplementation testFixtures(" org.apache.grails:grails- geb" )
6666
67- testImplementation " org.grails:grails-gorm- testing-support"
68- testImplementation " org.grails:grails-web- testing-support"
67+ testImplementation " org.apache. grails:grails-testing-support-datamapping "
68+ testImplementation " org.apache. grails:grails-testing-support-web "
6969 testImplementation " org.spockframework:spock-core"
7070}
7171
0 commit comments