Skip to content

Commit

Permalink
Dropped Java6 support (Fixes #234)
Browse files Browse the repository at this point in the history
  • Loading branch information
hierynomus committed Mar 18, 2016
1 parent 94113eb commit f36c011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ repositories {
mavenLocal()
}

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

configurations {
compile {
Expand Down

0 comments on commit f36c011

Please sign in to comment.