Skip to content

Commit

Permalink
build: use org.allaymc.allay as the group id
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Sep 7, 2024
1 parent 5f70ecb commit bbf0915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/allay/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

0 comments on commit bbf0915

Please sign in to comment.