We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7cecb1 commit 4740737Copy full SHA for 4740737
spring-batch-notion/pom.xml
@@ -156,6 +156,16 @@ limitations under the License.
156
</execution>
157
</executions>
158
</plugin>
159
+ <plugin>
160
+ <groupId>org.apache.maven.plugins</groupId>
161
+ <artifactId>maven-compiler-plugin</artifactId>
162
+ <configuration>
163
+ <compilerArgs>
164
+ <arg>-Xlint:all,-varargs</arg>
165
+ </compilerArgs>
166
+ <failOnWarning>true</failOnWarning>
167
+ </configuration>
168
+ </plugin>
169
<plugin>
170
<groupId>org.apache.maven.plugins</groupId>
171
<artifactId>maven-javadoc-plugin</artifactId>
0 commit comments