JDK8 for TS plugin

only:proteus_f7
This commit is contained in:
rusEFI LLC 2024-11-01 21:48:17 -04:00
parent 0719b02b12
commit 256167f6b5
2 changed files with 8 additions and 0 deletions

View File

@ -11,6 +11,10 @@ allprojects {
// TS still comes with 1.8 and we have a plugin, lets build compatible
sourceCompatibility = '8'
targetCompatibility = '8'
// [tag:java8]
toolchain {
languageVersion.set(JavaLanguageVersion.of(11))
}
}
dependencies {

View File

@ -1,3 +1,7 @@
plugins {
// [tag:java8]
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}
include ':trigger-image'
include ':tune-tools'
include ':proxy_server'