Consolidate plugins in build.gradle
This commit is contained in:
		@@ -38,15 +38,14 @@ buildscript {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
apply plugin: 'java'
 | 
			
		||||
apply plugin: 'net.minecraftforge.gradle.tweaker-client'
 | 
			
		||||
apply plugin: 'org.spongepowered.mixin'
 | 
			
		||||
 | 
			
		||||
sourceCompatibility = targetCompatibility = '1.8'
 | 
			
		||||
compileJava {
 | 
			
		||||
    sourceCompatibility = targetCompatibility = '1.8'
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
apply plugin: 'net.minecraftforge.gradle.tweaker-client'
 | 
			
		||||
apply plugin: 'org.spongepowered.mixin'
 | 
			
		||||
 | 
			
		||||
minecraft {
 | 
			
		||||
    version = '1.12.2'
 | 
			
		||||
    mappings = 'snapshot_20180731'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user