Skip to content

Commit

Permalink
Dumper: Compile with compatibility=1.8. (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
shevek-google authored Jul 4, 2022
1 parent 41bf627 commit 6251a61
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ dependencies {
testRuntimeOnly "org.slf4j:jcl-over-slf4j:$jclOverSlf4jVersion"
}

java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}

tasks.named('test') {
// Use junit platform for unit tests.
// useJUnitPlatform()
Expand Down

0 comments on commit 6251a61

Please sign in to comment.