File tree Expand file tree Collapse file tree 7 files changed +2
-7
lines changed Expand file tree Collapse file tree 7 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ plugins {
1313group = " grails.app"
1414
1515repositories {
16- mavenLocal()
1716 mavenCentral()
1817 maven { url " https://repo.grails.org/grails/core/" }
1918}
Original file line number Diff line number Diff line change 11repositories {
2- mavenLocal()
32 mavenCentral()
43 maven { url " https://repo1.maven.org/maven2/" }
54 maven { url " https://repo.grails.org/grails/core" }
Original file line number Diff line number Diff line change 11repositories {
2- mavenLocal()
32 mavenCentral()
43 maven { url " https://repo1.maven.org/maven2/" }
54 maven { url " https://repo.grails.org/grails/core" }
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ plugins {
1313group " org.grails.plugins"
1414
1515repositories {
16- mavenLocal()
1716 mavenCentral()
1817 maven { url " https://repo1.maven.org/maven2/" }
1918 maven { url " https://repo.grails.org/grails/core" }
@@ -44,6 +43,8 @@ dependencies {
4443 testImplementation(" org.grails:grails-gorm-testing-support" )
4544 testImplementation(" org.grails:grails-web-testing-support" )
4645 testImplementation(" org.spockframework:spock-core" )
46+ compileOnly " jakarta.servlet:jakarta.servlet-api"
47+ testImplementation " jakarta.servlet:jakarta.servlet-api"
4748
4849 implementation(" org.grails.plugins:scaffolding" )
4950
Original file line number Diff line number Diff line change 11repositories {
2- mavenLocal()
32 mavenCentral()
43 maven { url " https://repo1.maven.org/maven2/" }
54 maven { url " https://repo.grails.org/grails/core" }
Original file line number Diff line number Diff line change 11pluginManagement {
22 repositories {
3- mavenLocal()
43 maven { url " https://repo.grails.org/grails/core/" }
54 gradlePluginPortal()
65 }
Original file line number Diff line number Diff line change 11pluginManagement {
22 repositories {
3- mavenLocal()
43 maven { url " https://repo.grails.org/grails/core/" }
54 gradlePluginPortal()
65 }
You can’t perform that action at this time.
0 commit comments