Skip to content

Commit eaf11ab

Browse files
authored
Update CONTRIBUTING.md to document Java 17 requirement. (#8819)
1 parent 1110eac commit eaf11ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and discuss your ideas or propose the changes you wish to make.
88

99
## Building
1010

11-
In order to build and test this whole repository you need JDK 17 or higher.
11+
This project requires Java 17 to build and run tests. Newer JDK's may work, but this version is used in CI.
1212

1313
Some instrumentations and tests may put constraints on which java versions they support.
1414
See [Running the tests](./docs/contributing/running-tests.md) for more details.
@@ -22,7 +22,7 @@ the Sonatype OSS snapshots repository at `https://oss.sonatype.org/content/repos
2222

2323
### Building from source
2424

25-
Build using Java 17+:
25+
Build using Java 17:
2626

2727
```bash
2828
java -version

0 commit comments

Comments
 (0)