Skip to content

Commit b610a46

Browse files
authored
Fix copy and paste error still referring to maven (#1156)
2 parents f1281c9 + c0fbe4b commit b610a46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin-gradle/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ spotless {
195195
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.
196196
These Flags can be provided using the `gradle.properties` file (See [documentation](https://docs.gradle.org/current/userguide/build_environment.html)).
197197

198-
For example the following file under `gradle.properties` will run maven with the required flags:
198+
For example the following file under `gradle.properties` will run gradle with the required flags:
199199
```
200200
org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
201201
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
@@ -221,7 +221,7 @@ spotless {
221221
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.
222222
These Flags can be provided using the `gradle.properties` file (See [documentation](https://docs.gradle.org/current/userguide/build_environment.html)).
223223

224-
For example the following file under `gradle.properties` will run maven with the required flags:
224+
For example the following file under `gradle.properties` will run gradle with the required flags:
225225
```
226226
org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
227227
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \

0 commit comments

Comments
 (0)