From 206cc1599e14da1836dc3578da54ad08e60b880a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edd=C3=BA=20Mel=C3=A9ndez=20Gonzales?= Date: Thu, 25 Aug 2022 21:47:14 -0600 Subject: [PATCH] Add .sdkmanrc with 17.0.4-tem (#71) `.sdkmanrc` is used by sdkman to automatically switch to the version declared in the file. --- .sdkmanrc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .sdkmanrc diff --git a/.sdkmanrc b/.sdkmanrc new file mode 100644 index 00000000..1c5496ba --- /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.4-tem