We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1110eac commit eaf11abCopy full SHA for eaf11ab
CONTRIBUTING.md
@@ -8,7 +8,7 @@ and discuss your ideas or propose the changes you wish to make.
8
9
## Building
10
11
-In order to build and test this whole repository you need JDK 17 or higher.
+This project requires Java 17 to build and run tests. Newer JDK's may work, but this version is used in CI.
12
13
Some instrumentations and tests may put constraints on which java versions they support.
14
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
22
23
### Building from source
24
25
-Build using Java 17+:
+Build using Java 17:
26
27
```bash
28
java -version
0 commit comments