aboutsummaryrefslogtreecommitdiffstats
path: root/serviceview
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-10-30 16:39:23 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-10-30 17:25:23 +0100
commitcd697c00530831e3dd711d789ca3e2c9873cd362 (patch)
treede3cc6d07643d9a2cfac2c8e4233ee7de99ac1b8 /serviceview
parente5edc6a864721e8462df29262b62f801b78b670e (diff)
Workaround for faulty language level detection in IntelliJ
Diffstat (limited to 'serviceview')
-rw-r--r--serviceview/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/serviceview/pom.xml b/serviceview/pom.xml
index 1d1ad765d89..6d8ae0751ea 100644
--- a/serviceview/pom.xml
+++ b/serviceview/pom.xml
@@ -34,6 +34,11 @@
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
</plugin>
+ <plugin>
+ <!-- Explicit for IntelliJ to detect correct language level from parent -->
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ </plugin>
</plugins>
</build>
</project>