048b6bdd88
This commit updates the build to use JDK 25 while remaining compatable with JDK 17. Note that we must update our JAAS related tests to use release=25 due to the disabling of the Security Manager. See https://docs.oracle.com/en/java/javase/25/security/security-manager-is-permanently-disabled.html Closes gh-18512
7 lines
257 B
Plaintext
7 lines
257 B
Plaintext
# Use sdkman to run "sdk env" to initialize with correct JDK version
|
|
# Enable auto-env through the sdkman_auto_env config
|
|
# See https://sdkman.io/usage#config
|
|
# A summary is to add the following to ~/.sdkman/etc/config
|
|
# sdkman_auto_env=true
|
|
java=25-librca
|