Fix syntax in toolchains example

See gh-25787
This commit is contained in:
Sam Brannen 2021-05-04 18:42:21 +02:00
parent c70aed58bf
commit d30432b6c0
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
* /opt/openjdk/java11
* $ echo JDK15
* /opt/openjdk/java15
* $ ./gradlew -Dorg.gradle.java.installations.fromEnv=JDK11,JDK15 check
* $ ./gradlew -Porg.gradle.java.installations.fromEnv=JDK11,JDK15 check
* }
*
* @author Brian Clozel