Inceptum/launchwrapper/build.gradle.kts

11 lines
166 B
Plaintext

plugins {
id("inceptum.library")
}
java {
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_1_8
}
dependencies {
}