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 9b44a4a commit 0cd83aaCopy full SHA for 0cd83aa
pom.xml
@@ -137,7 +137,7 @@
137
<plugin>
138
<groupId>org.apache.maven.plugins</groupId>
139
<artifactId>maven-compiler-plugin</artifactId>
140
- <version>3.13.0</version>
+ <version>3.14.0</version>
141
<configuration>
142
<target>1.8</target>
143
<source>1.8</source>
@@ -146,6 +146,8 @@
146
<!-- Silence warning "No processor claimed any of these annotations". One of the
147
annotations that would trigger it is org.junit.jupiter.api.Test -->
148
<arg>-Xlint:-processing</arg>
149
+ <!-- Silence warnning "source value 8 is obsolete and will be removed in a future release" -->
150
+ <arg>-Xlint:-options</arg>
151
</compilerArgs>
152
</configuration>
153
</plugin>
0 commit comments