Update top level group id and lowercaswe artifact names (#4060)

* Update top level group Id (#4055)

* Lowercase artifact names
This commit is contained in:
Alexander Brandes
2023-06-08 10:40:02 +02:00
committed by GitHub
parent 7c3112f30f
commit e98791c865
3 changed files with 7 additions and 7 deletions

View File

@ -18,7 +18,7 @@ repositories {
}
dependencies {
api(projects.plotSquaredCore)
api(projects.plotsquaredCore)
// Metrics
implementation("org.bstats:bstats-bukkit")
@ -62,7 +62,7 @@ tasks.processResources {
}
tasks.named<ShadowJar>("shadowJar") {
dependsOn(":PlotSquared-Core:shadowJar")
dependsOn(":plotsquared-core:shadowJar")
dependencies {
exclude(dependency("org.checkerframework:"))
}