Fixed build to actually be Java 1.7

This commit is contained in:
LemADEC 2015-08-31 00:19:44 +02:00
parent 2cb735dc1c
commit d455d69ebb

View file

@ -21,6 +21,9 @@ version = "1.3.7-dev"
group = "cr0s.warpdrive" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "WarpDrive"
sourceCompatibility = JavaVersion.VERSION_1_7
targetCompatibility = JavaVersion.VERSION_1_7
minecraft {
version = "1.7.10-10.13.4.1492-1.7.10"
runDir = "eclipse"