chore: Change maven group and artifact ID

This commit is contained in:
Alexander Brandes
2022-05-20 14:11:25 +02:00
parent 7e4499e092
commit 052ae37755
3 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ repositories {
}
dependencies {
api(projects.plotSquaredCore)
api(projects.plotsquaredCore)
// Metrics
implementation(libs.bstats)