We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d983367 commit a71f417Copy full SHA for a71f417
.gitignore
@@ -17,3 +17,4 @@ perfiz/*_data
17
**/.classpath
18
**/*.hprof
19
.scannerwork
20
+.java-version
CONTRIBUTING.md
@@ -6,6 +6,8 @@ Thanks for being willing to contribute!
6
7
* JDK 17 (Please use this version only for the moment)
8
9
+_Optional:_ Set up [jenv](https://www.jenv.be/) or the equivalent tools to quickly switch between Java versions.
10
+
11
## Project setup
12
13
* Fork and clone the repo
0 commit comments