aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2023-02-20 16:15:31 +0100
committerJon Bratseth <bratseth@gmail.com>2023-02-20 16:15:31 +0100
commit12515a926df4d8940f3ff09ad380fcd2214949c6 (patch)
tree5467df2b9edb44c08cb76f4a32251c03035ccbe0
parent110a0d88c1dadf587cb16a058c7ea6bcf93b9cd9 (diff)
Restore bizarre IntelliJ change
-rw-r--r--container-core/pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/container-core/pom.xml b/container-core/pom.xml
index 0d7ec65a7e2..0331073ed2c 100644
--- a/container-core/pom.xml
+++ b/container-core/pom.xml
@@ -445,7 +445,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <compilerArgs>--enable-preview
+ <compilerArgs>
+ <arg>-Xlint:all</arg>
+ <arg>-Xlint:-rawtypes</arg>
+ <arg>-Xlint:-unchecked</arg>
<arg>-Xlint:-serial</arg>
<arg>-Xlint:-try</arg>
<arg>-Werror</arg>