mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-18 17:15:40 -04:00
Fix: Use toolchain to set the lwjgl module java version to 8
This commit is contained in:
parent
79fb01150e
commit
ae25da0251
@ -23,8 +23,9 @@ jar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
toolchain {
|
||||||
targetCompatibility = JavaVersion.VERSION_1_8
|
languageVersion = JavaLanguageVersion.of(8)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user