From c0fbe4bbbdaef0af610eb306748b92c592b4e921 Mon Sep 17 00:00:00 2001 From: David Morris Date: Tue, 29 Mar 2022 19:35:28 +0100 Subject: [PATCH] Fix copy and paste error still referring to maven --- plugin-gradle/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin-gradle/README.md b/plugin-gradle/README.md index 9b64f6f38a..88273a6474 100644 --- a/plugin-gradle/README.md +++ b/plugin-gradle/README.md @@ -195,7 +195,7 @@ spotless { Using Java 16+ with Google Java Format 1.10.0 [requires additional flags](https://github.com/google/google-java-format/releases/tag/v1.10.0) to the running JDK. These Flags can be provided using the `gradle.properties` file (See [documentation](https://docs.gradle.org/current/userguide/build_environment.html)). -For example the following file under `gradle.properties` will run maven with the required flags: +For example the following file under `gradle.properties` will run gradle with the required flags: ``` org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \ --add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \ @@ -221,7 +221,7 @@ spotless { Using Java 16+ with Palantir Java Format [requires additional flags](https://github.com/google/google-java-format/releases/tag/v1.10.0) on the running JDK. These Flags can be provided using the `gradle.properties` file (See [documentation](https://docs.gradle.org/current/userguide/build_environment.html)). -For example the following file under `gradle.properties` will run maven with the required flags: +For example the following file under `gradle.properties` will run gradle with the required flags: ``` org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \ --add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \