GH-2687 - Remove -Werror switch.

Will require a bit more diligence checking the looks, but it helps the Spring Data team and closes #2687.
This commit is contained in:
Michael Simons
2023-03-02 12:19:45 +01:00
parent 5b6b24df10
commit 97c7b5b9d4

View File

@@ -711,7 +711,6 @@
<configuration combine.self="append">
<compilerArgs>
<arg>-Xlint:all,-options,-path</arg>
<arg>-Werror</arg>
</compilerArgs>
</configuration>
</execution>