chore: add .sdkmanrc for SDK version management

Add .sdkmanrc to define and standardize SDK versions
used in the project via SDKMAN.
This commit is contained in:
Marcus Fihlon 2026-04-28 09:37:38 +02:00
parent 9e529f8b99
commit 97789c224c
Signed by: McPringle
GPG key ID: C6B7F469EE363E1F
4 changed files with 24 additions and 6 deletions

15
.idea/checkstyle-idea.xml generated Normal file
View file

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CheckStyle-IDEA" serialisationVersion="2">
<checkstyleVersion>13.4.0</checkstyleVersion>
<scanScope>JavaOnly</scanScope>
<option name="thirdPartyClasspath" />
<option name="activeLocationIds" />
<option name="locations">
<list>
<ConfigurationLocation id="bundled-sun-checks" type="BUNDLED" scope="All" description="Sun Checks">(bundled)</ConfigurationLocation>
<ConfigurationLocation id="bundled-google-checks" type="BUNDLED" scope="All" description="Google Checks">(bundled)</ConfigurationLocation>
</list>
</option>
</component>
</project>