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:
Marcus Fihlon 2026-04-29 09:18:20 +02:00 committed by GitHub
parent f47730e1ca
commit 330040c775
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
.sdkmanrc Normal file
View 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