Skip to content

Commit

Permalink
Disable --release 1.8 option
Browse files Browse the repository at this point in the history
  • Loading branch information
popematt committed Oct 25, 2023
1 parent 9301a70 commit 3502c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ tasks {
options.encoding = "UTF-8"
// Because we set the `release` option, you can no longer build ion-java using JDK 8. However, we continue to
// emit JDK 8 compatible classes due to widespread use of this library with JDK 8.
options.release.set(8)
// options.release.set(8)
}

jar {
Expand Down

0 comments on commit 3502c47

Please sign in to comment.