File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,12 @@ dependencies {
3434 // see: https://docs.gradle.org/current/userguide/compatibility.html#groovy
3535 compileOnly " org.codehaus.groovy:groovy"
3636
37- implementation project(' :grails-gradle-tasks' )
38-
39- implementation project(' :grails-gradle-model' ), {
37+ implementation project(' :grails-gradle-tasks' ), {
4038 exclude group : ' org.apache.groovy'
41- exclude group : ' org.spockframework'
4239 }
4340
41+ implementation project(' :grails-gradle-model' )
42+
4443 implementation ' io.github.gradle-nexus:publish-plugin'
4544 implementation ' org.springframework.boot:spring-boot-gradle-plugin'
4645 implementation ' org.springframework.boot:spring-boot-loader-tools'
Original file line number Diff line number Diff line change @@ -31,9 +31,7 @@ dependencies {
3131
3232 implementation " org.apache.groovy:groovy:${ bomDependencyVersions['groovy.version']} "
3333
34- implementation project(' :grails-gradle-model' ), {
35- exclude group : ' org.spockframework'
36- }
34+ implementation project(' :grails-gradle-model' )
3735
3836 implementation ' io.github.gradle-nexus:publish-plugin'
3937 implementation ' org.springframework.boot:spring-boot-gradle-plugin'
You can’t perform that action at this time.
0 commit comments