Change source level to java 17

viewport-stuff
trivernis 1 year ago
parent e9d26779ce
commit f2bcb7231f
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -32,7 +32,7 @@ allprojects {
configure(subprojects) {
apply plugin: 'java-library'
apply plugin: 'kotlin'
sourceCompatibility = 19
sourceCompatibility = 17
compileJava {
options.incremental = true
}

@ -20,7 +20,7 @@ else {
sourceSets.main.resources.srcDirs += [ rootProject.file('assets').path ]
mainClassName = 'com.last.commit.lwjgl3.Lwjgl3Launcher'
eclipse.project.name = appName + '-lwjgl3'
sourceCompatibility = 19
sourceCompatibility = 17
dependencies {
implementation "com.badlogicgames.gdx:gdx-backend-lwjgl3:$gdxVersion"

Loading…
Cancel
Save