Fixed build to actually be Java 1.7
This commit is contained in:
parent
2cb735dc1c
commit
d455d69ebb
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue