Skip to content

Commit

Permalink
Remove references to JDK17 environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Oct 7, 2021
1 parent 6174977 commit 9b4d6bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions doc/release-process.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

== Requirements

* `JAVA_HOME` set to OpenJDK 17 or later (`sdk use java 17-open`)
* `JDK17` set to a JDK 17 instance.
* `JAVA_HOME` set to OpenJDK 17 or later (`sdk use java 17.0.0-tem`)

== Main Release Process

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ javaToolchainVersion = 17
# Vendor for javaToolChain. (Must be indicator string from Gradle's KnownJvmVendor enum or empty string)
javaToolchainVendor =

# Look for JDK 17 via JDK17 environment variable
org.gradle.java.installations.fromEnv = JAVA_HOME,JDK17
# Where to look for JDKs (via environment variables)
org.gradle.java.installations.fromEnv = JAVA_HOME

# Auto-detection can be disabled if you have multiple JDKs of the
# same version installed and Gradle won't reliably select the version you actually want
Expand Down

0 comments on commit 9b4d6bf

Please sign in to comment.