mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-03 08:25:31 +00:00
build: use org.allaymc.allay as the group id
This commit is contained in:
parent
5f70ecb943
commit
bbf0915bc9
@ -7,7 +7,7 @@ dependencies {
|
||||
implementation("com.google.code.gson", "gson", "2.11.0")
|
||||
|
||||
compileOnly("org.projectlombok:lombok:1.18.32")
|
||||
compileOnly(group = "com.github.AllayMC.Allay", name = "Allay-API", version = "master-SNAPSHOT")
|
||||
compileOnly(group = "org.allaymc.allay", name = "Allay-API", version = "master-SNAPSHOT")
|
||||
|
||||
annotationProcessor("org.projectlombok:lombok:1.18.32")
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user