Skip to content

Commit

Permalink
use targetCompatibility = 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Dec 13, 2015
1 parent 342e637 commit 84e3634
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ repositories {

version = '2.0.0-alpha2'
sourceCompatibility = 1.7
targetCompatibility = 1.7

tasks.withType(JavaCompile) {
options.compilerArgs << '-Xlint:all'
Expand Down

0 comments on commit 84e3634

Please sign in to comment.