1
0
Fork 0
mirror of https://github.com/xHyroM/lighteco.git synced 2024-09-20 05:13:18 +02:00
lighteco/common/build.gradle.kts
xHyroM 871b320f6c
feat(common): use configurate for config [wip]
not finished, just starting
2023-08-04 16:43:55 +02:00

15 lines
No EOL
384 B
Text

plugins {
id("lighteco.shadow-logic")
}
dependencies {
api(project(":lighteco-api"))
implementation("org.spongepowered:configurate-yaml:4.0.0")
compileOnly("org.projectlombok:lombok:1.18.28")
annotationProcessor("org.projectlombok:lombok:1.18.28")
compileOnly("org.checkerframework:checker-qual:3.8.0")
compileOnly("org.jetbrains:annotations:20.1.0")
}