Commit 4d9f0230 authored by Kai-Holger Brassel's avatar Kai-Holger Brassel
Browse files

Set source and target compile level explicitly

parent db506e5f
...@@ -18,6 +18,11 @@ ...@@ -18,6 +18,11 @@
<groupId>org.eclipse.tycho</groupId> <groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId> <artifactId>tycho-maven-plugin</artifactId>
<version>${tycho-version}</version> <version>${tycho-version}</version>
<configuration>
<source>15</source>
<target>15</target>
<encoding>UTF-8</encoding>
</configuration>
<extensions>true</extensions> <extensions>true</extensions>
</plugin> </plugin>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment