mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-19 02:52:34 +00:00
13 lines
333 B
Plaintext
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")
|
|
} |