mirror of
https://github.com/xHyroM/lighteco.git
synced 2024-11-10 01:18:07 +01:00
22 lines
No EOL
701 B
Text
22 lines
No EOL
701 B
Text
plugins {
|
|
id("lighteco.shadow-logic")
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":lighteco-api"))
|
|
api("net.kyori:adventure-api:4.12.0") {
|
|
exclude(module = "adventure-bom")
|
|
exclude(module = "checker-qual")
|
|
exclude(module = "annotations")
|
|
}
|
|
api("net.kyori:adventure-text-minimessage:4.14.0")
|
|
|
|
implementation("eu.okaeri:okaeri-configs-yaml-snakeyaml:5.0.0-beta.5")
|
|
implementation("eu.okaeri:okaeri-configs-validator-okaeri:5.0.0-beta.5")
|
|
|
|
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")
|
|
} |