bitcoinj / secp256k1-jdk

Java library providing Bitcoin-related Elliptic Curve Cryptography
Apache License 2.0
9 stars 3 forks source link

gradle.properties: javaToolchainVersion = 23 #99

Closed msgilligan closed 1 week ago

msgilligan commented 1 week ago

This sets the default toolchain to JDK 23. This does not change the supported version of any of the outputs.

If for some reason you still need to build with JDK 22, you can use the -PjavaToolchainVersion=22 option to Gradle.

GitHub actions gradle.yml is also updated to no longer use the -P option to override the toolchain version.