Added explicit sourceCompatibility and targetCompatibility values for Java 7 to build.gradle
This commit is contained in:
@@ -19,6 +19,9 @@ buildscript {
|
|||||||
|
|
||||||
apply plugin: 'forge'
|
apply plugin: 'forge'
|
||||||
|
|
||||||
|
sourceCompatibility = 1.7
|
||||||
|
targetCompatibility = 1.7
|
||||||
|
|
||||||
version = "1.0.5"
|
version = "1.0.5"
|
||||||
group= "eu.crushedpixel.replaymod"
|
group= "eu.crushedpixel.replaymod"
|
||||||
archivesBaseName = "replaymod"
|
archivesBaseName = "replaymod"
|
||||||
|
|||||||
Reference in New Issue
Block a user