Browse Source

Added .sdkmanrc file

This commit adds a .sdkmanrc file, so that we can automatically switch
to JDK 8 when building the 5.3. branch.
pull/28119/head
Arjen Poutsma 4 years ago
parent
commit
ff20a06876
  1. 3
      .sdkmanrc

3
.sdkmanrc

@ -0,0 +1,3 @@ @@ -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.322-librca
Loading…
Cancel
Save