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 d1933b7 commit 2cc64fcCopy full SHA for 2cc64fc
modules/spock/build.gradle
@@ -6,7 +6,7 @@ description = "Testcontainers :: Spock-Extension"
6
7
dependencies {
8
api project(':testcontainers')
9
- api 'org.spockframework:spock-core:2.3-groovy-4.0'
+ implementation 'org.spockframework:spock-core:2.3-groovy-4.0'
10
11
testImplementation project(':selenium')
12
testImplementation project(':mysql')
0 commit comments