Skip to content

Commit

Permalink
🐛 set Java 8 release compiler option (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandens committed Jul 13, 2021
1 parent c415f52 commit 4a92091
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ allprojects {
tasks.withType<JavaCompile> {
options.compilerArgs.add("-Xlint:unchecked")
options.isDeprecation = true
options.release.set(8)
}
}

Expand Down

0 comments on commit 4a92091

Please sign in to comment.