Skip to content

Commit

Permalink
Merge pull request #108 from jdaugherty/5.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaugherty authored Dec 19, 2024
2 parents 6559b50 + e9348d0 commit 077a6b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spock-container-test-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions spock-container-test-app/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ buildCache {

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

include 'geb'
project(':geb').projectDir = file('..')
includeBuild('..')

0 comments on commit 077a6b8

Please sign in to comment.