Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JDK version requirement for building reference docs in CONTRIBUTING.md #5706

Open
wants to merge 1 commit into
base: 1.14.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ You can use a Git client to clone the source code to your local machine.

Micrometer targets Java 8 but requires JDK 11 or later to build.
If you are not running Gradle with JDK 11 or later and Gradle cannot detect an existing JDK 17 installation, it will download one.
If you want to build the reference docs, you need to use JDK 17 or later.

The Gradle wrapper is provided and should be used for building with a consistent version of Gradle.

Expand Down