We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7d760 commit 10ea324Copy full SHA for 10ea324
spock-container-test-app/build.gradle
@@ -49,7 +49,7 @@ dependencies {
49
testImplementation 'org.grails:grails-web-testing-support'
50
testImplementation 'org.spockframework:spock-core'
51
52
- integrationTestImplementation testFixtures(project(':geb'))
+ integrationTestImplementation testFixtures('org.grails.plugins:geb')
53
}
54
55
compileJava.options.release = 17
spock-container-test-app/settings.gradle
@@ -27,5 +27,4 @@ buildCache {
27
28
rootProject.name = 'spock-container-test-app'
29
30
-include 'geb'
31
-project(':geb').projectDir = file('..')
+includeBuild("..")
0 commit comments