Inceptum/launcher/build.gradle.kts
JFronny 441a9b26b2
Some checks failed
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline failed
Remove manifold and add JPMS in every project except wrapper, launchwrapper and launcher-gtk
2023-05-05 18:49:56 +02:00

14 lines
370 B
Plaintext

plugins {
id("inceptum.library")
id("inceptum.gson-compile")
}
dependencies {
val jfCommonsVersion: String by rootProject.extra
val jbAnnotationsVersion: String by rootProject.extra
api(project(":common"))
implementation("io.gitlab.jfronny:commons-jlhttp:$jfCommonsVersion")
compileOnly("org.jetbrains:annotations:$jbAnnotationsVersion")
}