mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-20 23:30:29 +00:00
feat: use jitpack
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
repositories {
|
||||
mavenLocal()
|
||||
maven("https://www.jitpack.io/")
|
||||
}
|
||||
|
||||
@@ -8,7 +7,7 @@ dependencies {
|
||||
implementation("com.google.code.gson", "gson", "2.11.0")
|
||||
|
||||
compileOnly("org.projectlombok:lombok:1.18.32")
|
||||
compileOnly("org.allaymc", "Allay-API", "1.0.0")
|
||||
compileOnly(group = "com.github.AllayMC.Allay", name = "Allay-API", version = "master-SNAPSHOT")
|
||||
|
||||
annotationProcessor("org.projectlombok:lombok:1.18.32")
|
||||
}
|
||||
Reference in New Issue
Block a user