From 459016f009dd00c8ec319e4b54920c7db730ce1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edd=C3=BA=20Mel=C3=A9ndez?= Date: Thu, 6 Jul 2023 04:22:53 -0600 Subject: [PATCH] Add .sdkmanrc with version 17.0.7.crac-zulu --- .sdkmanrc | 3 +++ README.adoc | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 .sdkmanrc diff --git a/.sdkmanrc b/.sdkmanrc new file mode 100644 index 0000000..a56c7e1 --- /dev/null +++ b/.sdkmanrc @@ -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 diff --git a/README.adoc b/README.adoc index 79c34d7..228a368 100644 --- a/README.adoc +++ b/README.adoc @@ -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].