mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-04 11:03:43 +01:00 
			
		
		
		
	specify utf8 for gradle compiler
This commit is contained in:
		@@ -6,6 +6,7 @@ group 'com.com.gmail.com.gmail.nossr50.mcmmo'
 | 
				
			|||||||
version '2.2.0-SNAPSHOT'
 | 
					version '2.2.0-SNAPSHOT'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
sourceCompatibility = 1.8
 | 
					sourceCompatibility = 1.8
 | 
				
			||||||
 | 
					compileJava.options.encoding = 'UTF-8'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
repositories {
 | 
					repositories {
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
@@ -40,3 +41,4 @@ dependencies {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    testCompile group: 'junit', name: 'junit', version: '4.12'
 | 
					    testCompile group: 'junit', name: 'junit', version: '4.12'
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user