Skip to content

Commit 569f3c0

Browse files
author
Robert Winkler
committed
Fixed build script
1 parent e8c2099 commit 569f3c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ apply from: 'gradle/coverage.gradle'
2323
apply from: 'gradle/documentation.gradle'
2424

2525
tasks.withType(JavaCompile) {
26-
sourceCompatibility = "1.9"
27-
targetCompatibility = "1.9"
26+
sourceCompatibility = "1.8"
27+
targetCompatibility = "1.8"
2828
options.deprecation = true
2929
options.encoding = 'UTF-8'
3030
options.compilerArgs << "-Xlint:unchecked"

0 commit comments

Comments
 (0)