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

Fix toolchain option docs #74

Merged
merged 1 commit into from
Sep 14, 2023
Merged
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
4 changes: 2 additions & 2 deletions doc/setup-and-configuration/Configuration References.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
```
Expand Down
Loading