From 3237653fb6fcd7cf28426250995eec6635392b6d Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Wed, 15 Feb 2023 11:30:38 -0700 Subject: [PATCH] Add .sdkmanrc Closes gh-727 --- .sdkmanrc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .sdkmanrc diff --git a/.sdkmanrc b/.sdkmanrc new file mode 100644 index 00000000..64345a4b --- /dev/null +++ b/.sdkmanrc @@ -0,0 +1,6 @@ +# 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=17.0.3-tem