mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Java: produce Java 8 class files for compatibility with packaged Java 11 binary
This commit is contained in:
committed by
Ian Lynagh
parent
e5e694f7d3
commit
f5021e8e68
@@ -29,4 +29,10 @@ task getHomeDir {
|
||||
doLast {
|
||||
println gradle.gradleHomeDir
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
java {
|
||||
toolchain {
|
||||
languageVersion.set(JavaLanguageVersion.of(8))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user