feat: use jitpack

This commit is contained in:
daoge_cmd
2024-09-04 23:55:24 +08:00
parent 2e709dace6
commit 5f70ecb943

View File

@@ -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")
}