Skip to content

Commit d30432b

Browse files
committed
Fix syntax in toolchains example
See gh-25787
1 parent c70aed5 commit d30432b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/toolchains.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* /opt/openjdk/java11
2626
* $ echo JDK15
2727
* /opt/openjdk/java15
28-
* $ ./gradlew -Dorg.gradle.java.installations.fromEnv=JDK11,JDK15 check
28+
* $ ./gradlew -Porg.gradle.java.installations.fromEnv=JDK11,JDK15 check
2929
* }
3030
*
3131
* @author Brian Clozel

0 commit comments

Comments
 (0)