Skip to content

Commit 9e7fd2a

Browse files
authored
Update contributing guide to use JDK 1.11+
Fixes exercism#1828.
1 parent a76a90a commit 9e7fd2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ First things first: by contributing to Exercism, you are making this learning to
4141

4242
To submit a fix for an existing exercise or port an exercise to Java with the least amount of setup:
4343

44-
1. **Ensure you have the basic Java tooling installed:** JDK 1.8+, an editor and Gradle 2.x.
44+
1. **Ensure you have the basic Java tooling installed:** JDK 1.11+, an editor and Gradle 2.x.
4545

4646
(see [exercism.io: Installing Java](http://exercism.io/languages/java/installation))
4747
- **Setup a branch on a fork of [exercism/java](https://github.com/exercism/java) on your computer.**

0 commit comments

Comments
 (0)