mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-22 04:22:30 +00:00
14 lines
370 B
Plaintext
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")
|
|
} |