summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-09-01 13:18:22 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-09-03 15:57:27 +0200
commit81ed9be49a35995f58e4172d92621c586abf9fdf (patch)
treee5429e3fea5a7c639b37ff87be85ca0b1289d637
parent20a2be2b64e591680305d322a14f56e3d2d06d91 (diff)
Workaround for bad JDK detection in IntelliJ
-rw-r--r--container-di/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/container-di/pom.xml b/container-di/pom.xml
index 8e89910e247..f143d5afd19 100644
--- a/container-di/pom.xml
+++ b/container-di/pom.xml
@@ -119,6 +119,10 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>abi-check-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ </plugin>
</plugins>
</build>
</project>