mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-22 20:42:32 +00:00
13 lines
401 B
Plaintext
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")
|
|
} |