Inceptum/launchwrapper/build.gradle.kts
JFronny be8252ce58
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
Initial work on porting to java-gi, currently broken
2022-12-17 21:53:21 +01:00

11 lines
166 B
Plaintext

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