Browse Source

Adds .sdkmanrc

pull/660/head
spencergibb 3 years ago
parent
commit
cabf06e2fd
No known key found for this signature in database
GPG Key ID: 7788A47380690861
  1. 1
      .gitignore
  2. 3
      .sdkmanrc

1
.gitignore vendored

@ -20,5 +20,4 @@ _site/
*.swo *.swo
.vscode/ .vscode/
.flattened-pom.xml .flattened-pom.xml
.sdkmanrc

3
.sdkmanrc

@ -0,0 +1,3 @@
# Enable auto-env through the sdkman_auto_env config
# Add key=value pairs of SDKs to use below
java=8.0.292.hs-adpt
Loading…
Cancel
Save