mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 03:03:43 +01:00 
			
		
		
		
	chore: Change maven group and artifact ID
This commit is contained in:
		@@ -18,7 +18,7 @@ repositories {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
dependencies {
 | 
			
		||||
    api(projects.plotSquaredCore)
 | 
			
		||||
    api(projects.plotsquaredCore)
 | 
			
		||||
 | 
			
		||||
    // Metrics
 | 
			
		||||
    implementation(libs.bstats)
 | 
			
		||||
 
 | 
			
		||||
@@ -21,7 +21,7 @@ plugins {
 | 
			
		||||
version = "6.8.1-SNAPSHOT"
 | 
			
		||||
 | 
			
		||||
allprojects {
 | 
			
		||||
    group = "com.plotsquared"
 | 
			
		||||
    group = "com.intellectualsites.plotsquared"
 | 
			
		||||
    version = rootProject.version
 | 
			
		||||
 | 
			
		||||
    repositories {
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ rootProject.name = "PlotSquared"
 | 
			
		||||
 | 
			
		||||
include("Core", "Bukkit")
 | 
			
		||||
 | 
			
		||||
project(":Core").name = "PlotSquared-Core"
 | 
			
		||||
project(":Bukkit").name = "PlotSquared-Bukkit"
 | 
			
		||||
project(":Core").name = "plotsquared-core"
 | 
			
		||||
project(":Bukkit").name = "plotsquared-bukkit"
 | 
			
		||||
 | 
			
		||||
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user