Skip to content

Commit

Permalink
Update CONTRIBUTING.md for java 17 (#7459)
Browse files Browse the repository at this point in the history
Looks like building the new Spring instrumentation requires java 17+,
right?

Co-authored-by: Fabrizio Ferri-Benedetti <[email protected]>
  • Loading branch information
breedx-splk and theletterf authored Jan 3, 2023
1 parent d0bfc5b commit 4da5c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and discuss your ideas or propose the changes you wish to make.

## Building

In order to build and test this whole repository you need JDK 11+.
In order to build and test this whole repository you need JDK 17 or higher.

Some instrumentations and tests may put constraints on which java versions they support.
See [Running the tests](./docs/contributing/running-tests.md) for more details.
Expand Down

0 comments on commit 4da5c1d

Please sign in to comment.