mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 03:03:43 +01:00 
			
		
		
		
	fix version
This commit is contained in:
		@@ -31,7 +31,7 @@ ext {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def ver = "6.0.0"
 | 
					def ver = "6.0.0"
 | 
				
			||||||
def versuffix = "SUPER-SNAPSHOT"
 | 
					def versuffix = "-SUPER-SNAPSHOT"
 | 
				
			||||||
ext {
 | 
					ext {
 | 
				
			||||||
    if (project.hasProperty("versionsuffix")) {
 | 
					    if (project.hasProperty("versionsuffix")) {
 | 
				
			||||||
        versuffix = "-$versionsuffix"
 | 
					        versuffix = "-$versionsuffix"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user