Inceptum/launchwrapper/build.gradle.kts

9 lines
143 B
Plaintext

plugins {
inceptum.library
}
java {
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_1_8
}