File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -86,16 +86,16 @@ before submit the code check the Java format with the following command on the r
86
86
./gradlew verifyGoogleJavaFormat
87
87
```
88
88
89
- It any error are reported please run the following command to try to fix it
89
+ If any error are reported please run the following command to fix them
90
90
91
91
``` bash
92
92
./gradlew googleJavaFormat
93
93
```
94
94
95
- p.s : The gradle plugin work with all the JDK version >= 9 (or better with java byte code version compatible with the version 55.0)
95
+ P.S. : The gradle plugin works with all the JDK versions >= 9 (or better with java byte code version compatible with the version 55.0)
96
96
97
- For more details about the JDK support see the [ this issue] ( https://github.com/sherter/google-java-format-gradle-plugin/issues/58 )
98
- and to know more about the Google Java code Style see the [ this reference] ( https://google.github.io/styleguide/javaguide.html )
97
+ For more details about the JDK support see [ this issue] ( https://github.com/sherter/google-java-format-gradle-plugin/issues/58 )
98
+ and to know more about the Google Java code Style see [ this reference] ( https://google.github.io/styleguide/javaguide.html )
99
99
100
100
## Build with Material-UI-Swing
101
101
_ ** List of projects with Material-UI-Swing theme** _
You can’t perform that action at this time.
0 commit comments