Terra/platforms/allay/build.gradle.kts
2024-09-04 23:55:24 +08:00

13 lines
401 B
Plaintext

repositories {
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(group = "com.github.AllayMC.Allay", name = "Allay-API", version = "master-SNAPSHOT")
annotationProcessor("org.projectlombok:lombok:1.18.32")
}