diff --git a/spock-container-test-app/build.gradle b/spock-container-test-app/build.gradle index 850c83e..a4d384c 100644 --- a/spock-container-test-app/build.gradle +++ b/spock-container-test-app/build.gradle @@ -49,7 +49,7 @@ dependencies { testImplementation 'org.grails:grails-web-testing-support' testImplementation 'org.spockframework:spock-core' - integrationTestImplementation testFixtures(project(':geb')) + integrationTestImplementation testFixtures('org.grails.plugins:geb') } compileJava.options.release = 17 diff --git a/spock-container-test-app/settings.gradle b/spock-container-test-app/settings.gradle index 3b7a05e..a3e62ae 100644 --- a/spock-container-test-app/settings.gradle +++ b/spock-container-test-app/settings.gradle @@ -27,5 +27,4 @@ buildCache { rootProject.name = 'spock-container-test-app' -include 'geb' -project(':geb').projectDir = file('..') \ No newline at end of file +includeBuild('..') \ No newline at end of file