Skip to content

Commit 5d1e9a7

Browse files
committed
Minor CONTRIBUTING.adoc edits
Signed-off-by: Gopal S Akshintala <[email protected]>
1 parent 97c2aec commit 5d1e9a7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CONTRIBUTING.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ endif::[]
2525

2626
=== Install Java 11
2727

28-
It needs JDK 11 installed in your system. I recommend doing it via https://sdkman.io/install[SDKMAN]. After you install SDKMAN, run `sdk list java` -> Pick Identifier for your favorite java 11 dist -> Run `sdk install java <Identifier-you-picked>` to install Java.
28+
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.
2933

3034
=== Build with Gradle
3135

0 commit comments

Comments
 (0)