summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2021-02-23 10:39:12 +0100
committerGitHub <noreply@github.com>2021-02-23 10:39:12 +0100
commita5581733d3211cc3843674fd53388908fccce0b3 (patch)
tree884130a8bfd3390b5d31d401cc590e0b8650cbcf
parentf95c86bb12b8e26a2f822076ac1549cfc0184337 (diff)
parentdc5f608478a1f2a086ca02290e64e1d412cabb31 (diff)
Merge pull request #16637 from vespa-engine/bjorncs/intellij
Workaround for faulty language level detection in IntelliJ
-rw-r--r--vespa_jersey2/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/vespa_jersey2/pom.xml b/vespa_jersey2/pom.xml
index e19b6bde538..61777d745f1 100644
--- a/vespa_jersey2/pom.xml
+++ b/vespa_jersey2/pom.xml
@@ -56,6 +56,11 @@
<build>
<plugins>
<plugin>
+ <!-- Explicit for IntelliJ to detect correct language level from parent -->
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>