Skip to content

Commit 10ea324

Browse files
committed
Fix includeBuild syntax so it works with grailsPublish
1 parent 9e7d760 commit 10ea324

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

spock-container-test-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
testImplementation 'org.grails:grails-web-testing-support'
5050
testImplementation 'org.spockframework:spock-core'
5151

52-
integrationTestImplementation testFixtures(project(':geb'))
52+
integrationTestImplementation testFixtures('org.grails.plugins:geb')
5353
}
5454

5555
compileJava.options.release = 17

spock-container-test-app/settings.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,4 @@ buildCache {
2727

2828
rootProject.name = 'spock-container-test-app'
2929

30-
include 'geb'
31-
project(':geb').projectDir = file('..')
30+
includeBuild("..")

0 commit comments

Comments
 (0)