mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 17:00:52 +01:00
13 lines
218 B
Plaintext
13 lines
218 B
Plaintext
|
import org.gradle.internal.os.OperatingSystem
|
||
|
|
||
|
plugins {
|
||
|
java
|
||
|
`java-library`
|
||
|
}
|
||
|
|
||
|
description = "G-Wasm"
|
||
|
|
||
|
java {
|
||
|
sourceCompatibility = JavaVersion.VERSION_17
|
||
|
targetCompatibility = JavaVersion.VERSION_17
|
||
|
}
|