aboutsummaryrefslogtreecommitdiffstats
path: root/client/pom.xml
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-04-05 12:12:11 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2024-04-05 12:12:46 +0200
commitafc48db2391cd2c803438fb936c02a4001b0e0e0 (patch)
tree6a9ecd692a47cf1c23ff9e93aea24ed8d8dc5bb8 /client/pom.xml
parentac578c9e185cb47071a1e86b56ff286d66241386 (diff)
Use default compiler arguments for java.
Diffstat (limited to 'client/pom.xml')
-rw-r--r--client/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/client/pom.xml b/client/pom.xml
index d44c0820cac..4c08075fdee 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -35,12 +35,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<release>${vespaClients.jdk.releaseVersion}</release>
- <compilerArgs> <!-- Remove (to use default) when not compiling for 8 -->
- <arg>-Xlint:all</arg>
- <arg>-Xlint:-rawtypes</arg>
- <arg>-Xlint:-unchecked</arg>
- <arg>-Xlint:-serial</arg>
- </compilerArgs>
</configuration>
</plugin>
<plugin>