Skip to content

Commit

Permalink
Change bytecode compatibility to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
octarine-noise committed Nov 7, 2014
1 parent 237d4b3 commit ee6ed36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -23,8 +23,8 @@ minecraft {
group = 'com.github.octarine-noise'
version = "1.0.${System.getenv().BUILD_NUMBER}"

targetCompatibility = 1.7
sourceCompatibility = 1.7
targetCompatibility = 1.6
sourceCompatibility = 1.6

processResources {
inputs.property "version", project.version
Expand Down

0 comments on commit ee6ed36

Please sign in to comment.