Skip to content

Commit

Permalink
secp-api, secp-bouncy: compile as Java 9
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Sep 3, 2024
1 parent 4ff1e42 commit fee6a5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion secp-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

tasks.withType(JavaCompile).configureEach {
options.release = 17
options.release = 9
}

ext.moduleName = 'org.bitcoinj.secp.api'
Expand Down
2 changes: 1 addition & 1 deletion secp-bouncy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

tasks.withType(JavaCompile).configureEach {
options.release = 17
options.release = 9
}

ext.moduleName = 'org.bitcoinj.secp.bouncy'
Expand Down

0 comments on commit fee6a5f

Please sign in to comment.