From 96652aa426d1e076d7728e2750237227e1d92cad Mon Sep 17 00:00:00 2001 From: Zbynek Konecny Date: Wed, 13 Sep 2023 23:48:37 +0200 Subject: [PATCH] Fix toolchain option docs --- doc/setup-and-configuration/Configuration References.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/setup-and-configuration/Configuration References.md b/doc/setup-and-configuration/Configuration References.md index a1ef7e4..cf97095 100644 --- a/doc/setup-and-configuration/Configuration References.md +++ b/doc/setup-and-configuration/Configuration References.md @@ -106,10 +106,10 @@ gwt { In case you are specifying a [Java toolchain](https://docs.gradle.org/current/userguide/toolchains.html) to compile your Java files with a higher version of Java than the one running Gradle, GWT compilation might fail. -To avoid this you can align the Java versions use for Java and GWT compilation using +To avoid this you can align the Java versions used for Java and GWT compilation using ``` -gwt { +compileGwt { useToolchain = true } ```