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
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -21,7 +21,7 @@ plugins {
version = "6.8.1-SNAPSHOT" version = "6.8.1-SNAPSHOT"
allprojects { allprojects {
group = "com.plotsquared" group = "com.intellectualsites.plotsquared"
version = rootProject.version version = rootProject.version
repositories { repositories {

View File

@ -2,7 +2,7 @@ rootProject.name = "PlotSquared"
include("Core", "Bukkit") include("Core", "Bukkit")
project(":Core").name = "PlotSquared-Core" project(":Core").name = "plotsquared-core"
project(":Bukkit").name = "PlotSquared-Bukkit" project(":Bukkit").name = "plotsquared-bukkit"
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS") enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")