mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 08:50:52 +01:00
Changed target version to java 17
This commit is contained in:
parent
43f1272012
commit
35ac6158cb
@ -38,7 +38,7 @@ dependencies {
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_17
|
||||
sourceCompatibility = JavaVersion.VERSION_17
|
||||
targetCompatibility = JavaVersion.VERSION_17
|
||||
}
|
||||
|
||||
javafx {
|
||||
|
Loading…
Reference in New Issue
Block a user