Skip to content

Commit da2813a

Browse files
committed
Remove org.spockframework excludes and exclude org.apache.groovy on grails-gradle-plugins
1 parent 171afcf commit da2813a

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

grails-gradle/plugins/build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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'

grails-gradle/tasks/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)