mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Set source and target compatibility
This commit is contained in:
parent
cd3b68b03b
commit
2d7f9301db
1 changed files with 3 additions and 2 deletions
|
@ -22,8 +22,9 @@ apply plugin: 'eclipse'
|
|||
apply plugin: 'com.github.johnrengelman.shadow'
|
||||
apply plugin: 'org.ajoberstar.grgit'
|
||||
|
||||
sourceCompatibility = '1.8'
|
||||
targetCompatibility = '1.8'
|
||||
// From the forge MDK: Need this here so eclipse task generates correctly.
|
||||
targetCompatibility = compileJava.targetCompatibility = 1.8
|
||||
sourceCompatibility = compileJava.sourceCompatibility = 1.8
|
||||
|
||||
ext {
|
||||
revision = grgit.log().size()
|
||||
|
|
Loading…
Reference in a new issue