We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b38c65b commit 1aa528eCopy full SHA for 1aa528e
1 file changed
packer/build.gradle.kts
@@ -22,6 +22,9 @@ dependencies {
22
}
23
24
java {
25
+ toolchain {
26
+ languageVersion = JavaLanguageVersion.of(8)
27
+ }
28
sourceCompatibility = JavaVersion.VERSION_1_8
29
targetCompatibility = JavaVersion.VERSION_1_8
30
0 commit comments