summaryrefslogtreecommitdiffstats
path: root/flags/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2019-12-03 12:38:37 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2019-12-03 12:38:37 +0100
commit7a0721ccf4d823593d24511005ff3092462d0ad0 (patch)
treef4c8f611969eb55052f99995b6601c0f9d0f060a /flags/pom.xml
parent77406e88e658b2189ac31e715b564545c25a0fef (diff)
Add workaround for IntelliJ unable to detect language version
Diffstat (limited to 'flags/pom.xml')
-rw-r--r--flags/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/flags/pom.xml b/flags/pom.xml
index 6afa920e261..87fbc30d92d 100644
--- a/flags/pom.xml
+++ b/flags/pom.xml
@@ -96,6 +96,10 @@
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ </plugin>
</plugins>
</build>
</project>