Add .sdkmanrc with version 17.0.7.crac-zulu

This commit is contained in:
Eddú Meléndez
2023-07-06 04:22:53 -06:00
parent 89be934f02
commit 459016f009
2 changed files with 5 additions and 0 deletions

3
.sdkmanrc Normal file
View File

@@ -0,0 +1,3 @@
# Enable auto-env through the sdkman_auto_env config
# Add key=value pairs of SDKs to use below
java=17.0.7.crac-zulu

View File

@@ -14,6 +14,8 @@ The `appTest` task tests the application running on the JVM. The `checkpointRest
- CRaC enabled JDK such as https://www.azul.com/downloads/?package=jdk-crac#zulu[the one provided by Azul].
- Linux
> NOTE: If using SDKMan then run `sdk env install`.
== Contributing
Please read and follow the link:CONTRIBUTING.adoc[contributing guide].