Consolidate plugins in build.gradle

This commit is contained in:
Brady 2018-09-04 18:08:29 -05:00
parent 40e86df080
commit 1e6599cc42
No known key found for this signature in database
GPG Key ID: 73A788379A197567
1 changed files with 2 additions and 3 deletions

View File

@ -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'