Skip to content

Commit

Permalink
fix: mwtele-338
Browse files Browse the repository at this point in the history
  • Loading branch information
kittylyst committed Dec 2, 2024
1 parent bef3551 commit ec9da9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
<maven.compiler.release>11</maven.compiler.release>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.fork>true</maven.compiler.fork>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<skip.spotless>false</skip.spotless>

Expand Down Expand Up @@ -293,6 +294,7 @@
<encoding>UTF-8</encoding>
<compilerArgs>
<arg>-XDcompilePolicy=simple</arg>
<arg>--should-stop=ifError=FLOW</arg>
<arg>-Xplugin:ErrorProne \
-Xep:MissingCasesInEnumSwitch:OFF \
-Xep:MissingOverride:ERROR \
Expand Down

0 comments on commit ec9da9f

Please sign in to comment.