We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5b489f + 9b43da2 commit e159912Copy full SHA for e159912
2 files changed
parent/pom.xml
@@ -93,7 +93,6 @@
93
<showWarnings>true</showWarnings>
94
<showDeprecation>false</showDeprecation>
95
<compilerArgs>
96
- <arg>${vespaCompilerArgs.preview}</arg>
97
<arg>${vespaCompilerArgs.xlint}</arg>
98
<arg>-Xlint:-serial</arg>
99
<arg>-Xlint:-try</arg>
searchlib/pom.xml
@@ -97,6 +97,14 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
100
+ <configuration>
101
+ <compilerArgs>
102
+ <arg>${vespaCompilerArgs.preview}</arg>
103
+ <arg>${vespaCompilerArgs.xlint}</arg>
104
+ <arg>-Xlint:-serial</arg>
105
+ <arg>-Werror</arg>
106
+ </compilerArgs>
107
+ </configuration>
108
</plugin>
109
110
<groupId>io.github.tulipcc</groupId>
0 commit comments