Skip to content

Commit 0836efc

Browse files
committed
Add .sdkmanrc and update contributing guide
Signed-off-by: Valentin Delaye <[email protected]>
1 parent 31203cc commit 0836efc

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Diff for: .sdkmanrc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
java=17.0.14-tem
2+
maven=3.9.9

Diff for: CONTRIBUTING.md

+6
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ This section is specific to the Java SDK.
1313
- Container engine like Docker or Podman (due to testcontainers)
1414
- Pre-commit `3.6.2` or later
1515

16+
If using `sdkman` you can install the required versions with:
17+
18+
```bash
19+
sdk env
20+
```
21+
1622
### Before opening a PR
1723

1824
- All commits are signed off with `git commit -s`

0 commit comments

Comments
 (0)