mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-24 13:31:33 +00:00
refactor: delombok and move version info to Versions.kt
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
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:master-SNAPSHOT")
|
||||
|
||||
annotationProcessor("org.projectlombok:lombok:1.18.32")
|
||||
}
|
||||
compileOnly("org.allaymc.allay", "api", Versions.Allay.api)
|
||||
}
|
||||
Reference in New Issue
Block a user