Terra/platforms/allay/build.gradle.kts
2024-06-16 06:01:38 +08:00

13 lines
333 B
Plaintext

repositories {
mavenLocal()
}
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")
}