Skip to content

Commit

Permalink
[CI-SKIP] Remove Redundant Compiler Args when Debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Wolfieheart <[email protected]>
  • Loading branch information
Wolfieheart committed Jan 3, 2025
1 parent 3f52654 commit da7eccf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<compilerArgs>
<arg>--add-opens</arg>
<arg>jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED</arg>
</compilerArgs>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit da7eccf

Please sign in to comment.