aboutsummaryrefslogtreecommitdiffstats
path: root/container-search-gui
diff options
context:
space:
mode:
Diffstat (limited to 'container-search-gui')
-rw-r--r--container-search-gui/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/container-search-gui/pom.xml b/container-search-gui/pom.xml
index c51ce8595af..867f2464b8b 100644
--- a/container-search-gui/pom.xml
+++ b/container-search-gui/pom.xml
@@ -85,6 +85,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>