chore: add .sdkmanrc for SDK version management (#23)
* chore: add .sdkmanrc for SDK version management Add .sdkmanrc to define and standardize SDK versions used in the project via SDKMAN. * revert: remove unrelated change from feature branch Signed-off-by: Marcus Fihlon <marcus@fihlon.swiss> * revert: remove unrelated change from feature branch --------- Signed-off-by: Marcus Fihlon <marcus@fihlon.swiss>
This commit is contained in:
parent
f47730e1ca
commit
330040c775
1 changed files with 3 additions and 0 deletions
3
.sdkmanrc
Normal file
3
.sdkmanrc
Normal file
|
|
@ -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.9-tem
|
||||||
Loading…
Add table
Add a link
Reference in a new issue