mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-03 18:53:43 +01:00 
			
		
		
		
	Merge branch 'breaking' of https://github.com/IntellectualSites/PlotSquared into breaking
This commit is contained in:
		@@ -51,7 +51,11 @@ subprojects {
 | 
				
			|||||||
    apply plugin: 'idea'
 | 
					    apply plugin: 'idea'
 | 
				
			||||||
    apply plugin: 'com.github.johnrengelman.shadow'
 | 
					    apply plugin: 'com.github.johnrengelman.shadow'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    group = 'com.github.intellectualsites,plotsquared'
 | 
					    group = 'com.github.intellectualsites.plotsquared'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    clean.doFirst {
 | 
				
			||||||
 | 
					        delete "../target"
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    dependencies {
 | 
					    dependencies {
 | 
				
			||||||
        compile(group: 'com.sk89q.worldedit', name: 'worldedit-core', version: '7.0.0-SNAPSHOT') {
 | 
					        compile(group: 'com.sk89q.worldedit', name: 'worldedit-core', version: '7.0.0-SNAPSHOT') {
 | 
				
			||||||
@@ -68,6 +72,7 @@ subprojects {
 | 
				
			|||||||
        testAnnotationProcessor("org.projectlombok:lombok:1.18.4")
 | 
					        testAnnotationProcessor("org.projectlombok:lombok:1.18.4")
 | 
				
			||||||
        testImplementation "junit:junit:4.12"
 | 
					        testImplementation "junit:junit:4.12"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
    repositories {
 | 
					    repositories {
 | 
				
			||||||
        mavenCentral()
 | 
					        mavenCentral()
 | 
				
			||||||
        maven { url "http://maven.sk89q.com/repo/" }
 | 
					        maven { url "http://maven.sk89q.com/repo/" }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user