Skip to content

Commit

Permalink
Set JDK version back to JDK8
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaarni committed Oct 28, 2024
1 parent 94bdf98 commit aa0394b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ java {
// Compatibility with JDK15.
// - Ed25519 was added in JDK15.
compileJava {
options.release = 15
options.release = 8
}

publishing {
Expand Down

0 comments on commit aa0394b

Please sign in to comment.