mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-10-31 01:23:44 +01:00 
			
		
		
		
	Compare commits
	
		
			1 Commits
		
	
	
		
			fix/big-bo
			...
			chore/v7/m
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | 052ae37755 | 
| @@ -18,7 +18,7 @@ repositories { | |||||||
| } | } | ||||||
|  |  | ||||||
| dependencies { | dependencies { | ||||||
|     api(projects.plotSquaredCore) |     api(projects.plotsquaredCore) | ||||||
|  |  | ||||||
|     // Metrics |     // Metrics | ||||||
|     implementation(libs.bstats) |     implementation(libs.bstats) | ||||||
|   | |||||||
| @@ -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 { | ||||||
|   | |||||||
| @@ -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") | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user