Gradle 8.2, remove all IOS references due to robovm bug (which we don't use)

This commit is contained in:
Yair Morgenstern
2024-01-28 12:35:29 +02:00
parent 1318cfdc4a
commit 52a9eebe28
43 changed files with 26 additions and 304 deletions

View File

@ -11,6 +11,13 @@ sourceSets {
}
}
kotlin {
jvmToolchain(11)
}
java {
targetCompatibility = JavaVersion.VERSION_11
}
dependencies {
// See https://libgdx.com/news/2021/07/devlog-7-lwjgl3#do-i-need-to-do-anything-else
api("com.badlogicgames.gdx:gdx-lwjgl3-glfw-awt-macos:$gdxVersion")