Skip to content

Commit ea3b752

Browse files
authored
Use .sdkmanrc to define Java version (#9)
1 parent d1d5339 commit ea3b752

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,3 @@
77
# Ignore build output directories
88
build/
99
idea-build/
10-
/.envrc
11-
/.sdkmanrc

.sdkmanrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Enable auto-env through the sdkman_auto_env config
2+
# Add key=value pairs of SDKs to use below
3+
java=25.0.2-open

0 commit comments

Comments
 (0)