diff --git a/.gitignore b/.gitignore index ae59730..7fbd884 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,3 @@ # Ignore build output directories build/ idea-build/ -/.envrc -/.sdkmanrc diff --git a/.sdkmanrc b/.sdkmanrc new file mode 100644 index 0000000..2527009 --- /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=25.0.2-open