mensinda commented on PR #191: URL: https://github.com/apache/maven-compiler-plugin/pull/191#issuecomment-2668650940
@elharo I did that and there are no changes: `mvn spotless:apply`: ``` [INFO] Scanning for projects... [INFO] [INFO] -----------< org.apache.maven.plugins:maven-compiler-plugin >----------- [INFO] Building Apache Maven Compiler Plugin 3.14.1-SNAPSHOT [INFO] from pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- spotless:2.43.0:apply (default-cli) @ maven-compiler-plugin --- [INFO] Spotless.Java is keeping 282 files clean - 0 were changed to be clean, 0 were already clean, 282 were skipped because caching determined they were already clean [INFO] Spotless.Pom is keeping 1 files clean - 0 were changed to be clean, 0 were already clean, 1 were skipped because caching determined they were already clean [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.198 s [INFO] Finished at: 2025-02-19T14:22:35+01:00 [INFO] ------------------------------------------------------------------------ ``` --- `git status`: ``` On branch optionalGeneratedSources Your branch is up to date with 'origin/optionalGeneratedSources'. nothing to commit, working tree clean ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org