Terra/platforms/allay/build.gradle.kts
2024-07-24 20:30:24 +08:00

14 lines
370 B
Plaintext

repositories {
mavenLocal()
maven("https://www.jitpack.io/")
}
dependencies {
shadedApi(project(":common:implementation:base"))
implementation("com.google.code.gson", "gson", "2.11.0")
compileOnly("org.projectlombok:lombok:1.18.32")
compileOnly("org.allaymc", "Allay-API", "1.0.0")
annotationProcessor("org.projectlombok:lombok:1.18.32")
}