Inceptum/launcher/build.gradle.kts
JFronny aede030a7f
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/push/docs Pipeline was successful
chore: refactor build scripts and update java-gi
2024-03-01 21:25:11 +01:00

10 lines
183 B
Plaintext

plugins {
inceptum.library
inceptum.`gson-compile`
}
dependencies {
api(projects.common)
api(libs.commons.http.server) // required for launcher-gtk for some reason
}