Inceptum/launchwrapper/build.gradle.kts

9 lines
143 B
Plaintext
Raw Permalink Normal View History

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