Skip to content

Commit

Permalink
Minecraft is compiled against java 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
progwml6 committed Nov 21, 2013
1 parent cb87c83 commit 86dfcbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -27,8 +27,8 @@ minecraft {
}

allprojects {
sourceCompatibility = '1.7'
targetCompatibility = '1.7'
sourceCompatibility = '1.6'
targetCompatibility = '1.6'
}

subprojects {
Expand Down

0 comments on commit 86dfcbf

Please sign in to comment.