From d1191ba25c0fc46ab5da4e1aefcb7ce60347a261 Mon Sep 17 00:00:00 2001 From: Leon Linhart Date: Sat, 30 Apr 2022 14:43:23 +0200 Subject: [PATCH] docs: update Gradle docs link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3044ed..79266fd 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ be found [here](/src/test/java/com/example/Sample.java). ### Setup -This project uses [Gradle's toolchain support](https://docs.gradle.org/7.4.1/userguide/toolchains.html) +This project uses [Gradle's toolchain support](https://docs.gradle.org/7.4.2/userguide/toolchains.html) to detect and select the JDKs required to run the build. Please refer to the build scripts to find out which toolchains are requested.