The plugin claims a syntax error, even though the task compileJava runs just fine. There's absolutely no syntax error in any of the files. I've also tried running the clean task. I really don't know what's going on. It worked and at some point just stopped working.
> Task :client:googleJavaFormat FAILED
Detected Java syntax errors in the following files (you can exclude them from this task, see "https://github.com/sherter/google-java-format-gradle-plugin" for details):
D:\repos\demo\client\src\main\java\com\isp\kkg\client\Client.java
D:\repos\demo\client\src\main\java\com\isp\kkg\client\ClientHello.java
D:\repos\demo\client\src\test\java\com\isp\kkg\client\DummyTest.java
Is there anything else I can give you? I can even send you the project as a zip if you want. It's just a demo anyways.
The plugin claims a syntax error, even though the task
compileJavaruns just fine. There's absolutely no syntax error in any of the files. I've also tried running thecleantask. I really don't know what's going on. It worked and at some point just stopped working.Is there anything else I can give you? I can even send you the project as a zip if you want. It's just a demo anyways.