summaryrefslogtreecommitdiffstats
path: root/orchestrator-restapi
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-11-17 14:43:02 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-11-17 14:49:40 +0100
commit2e071a71b433a776ad4969abbd0b64a9e5ca0c65 (patch)
tree24728dde23aac38a518d71df3121f3d0056fe775 /orchestrator-restapi
parent5e7454179d37b2d639fd3374bb9d916e15f6885c (diff)
Workaround for faulty language level detection in IntelliJ
Diffstat (limited to 'orchestrator-restapi')
-rw-r--r--orchestrator-restapi/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/orchestrator-restapi/pom.xml b/orchestrator-restapi/pom.xml
index 3577580f9f6..d6911907348 100644
--- a/orchestrator-restapi/pom.xml
+++ b/orchestrator-restapi/pom.xml
@@ -38,6 +38,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>com.yahoo.vespa</groupId>
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>