Skip to content

Commit 23aa99b

Browse files
committed
Use Java toolchain with Java 8 for spock module
1 parent 93a2eda commit 23aa99b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/spock/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ plugins {
44

55
description = "Testcontainers :: Spock-Extension"
66

7+
java {
8+
toolchain {
9+
languageVersion = JavaLanguageVersion.of(8)
10+
}
11+
}
12+
713
dependencies {
814
api project(':testcontainers')
915
api 'org.spockframework:spock-core:2.3-groovy-4.0'

0 commit comments

Comments
 (0)