refactor: delombok and move version info to Versions.kt

This commit is contained in:
daoge_cmd
2024-10-14 20:55:11 +08:00
parent cc14c716bf
commit 8a6ad95947
5 changed files with 45 additions and 37 deletions
+2 -6
View File
@@ -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)
}