G-Earth/G-Wasm/build.gradle.kts

13 lines
218 B
Plaintext
Raw Normal View History

2023-03-29 10:06:18 +02:00
import org.gradle.internal.os.OperatingSystem
plugins {
java
`java-library`
}
description = "G-Wasm"
java {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}