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 18e4cb0 commit 7562e56Copy full SHA for 7562e56
CONTRIBUTING.adoc
@@ -29,7 +29,12 @@ It needs JDK 11 installed in your system.
29
Recommendation is to do it via https://sdkman.io/install[SDKMAN].
30
After you install SDKMAN,
31
run `sdk list java` -> Pick Identifier for your favorite java distribution -> Run `sdk install java <Identifier-you-picked>`
32
-to install Java.
+to install Java. For example:
33
+
34
+[source,bash]
35
+----
36
+sdk install java 11.0.22-tem
37
38
39
=== Build with Gradle
40
0 commit comments