Skip to content

Commit

Permalink
Fixed build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Winkler committed Dec 4, 2017
1 parent e8c2099 commit 569f3c0
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 @@ -23,8 +23,8 @@ apply from: 'gradle/coverage.gradle'
apply from: 'gradle/documentation.gradle'

tasks.withType(JavaCompile) {
sourceCompatibility = "1.9"
targetCompatibility = "1.9"
sourceCompatibility = "1.8"
targetCompatibility = "1.8"
options.deprecation = true
options.encoding = 'UTF-8'
options.compilerArgs << "-Xlint:unchecked"
Expand Down

0 comments on commit 569f3c0

Please sign in to comment.