Inceptum/launchwrapper/build.gradle.kts

11 lines
178 B
Plaintext

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