Skip to content
Snippets Groups Projects
Commit ed013678 authored by Alexander Diewald's avatar Alexander Diewald
Browse files

Update tycho to 0.20.0, otherwise JavaSE-1.8 is not recognized as an execution environment.

parent 3e49eb2a
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@
<testFailureIgnore>true</testFailureIgnore>
<useUIHarness>true</useUIHarness>
<useUIThread>false</useUIThread>
<argLine>-Xms256m -Xmx512m -XX:MaxPermSize=256M</argLine>
<argLine>-Xms256m -Xmx512m</argLine>
<includes>
<include>**/AllTests.java</include>
</includes>
......@@ -59,7 +59,7 @@
tycho-packaging-plugin
</artifactId>
<versionRange>
[0.18.0,)
[0.20.0,)
</versionRange>
<goals>
<goal>build-qualifier</goal>
......@@ -78,7 +78,7 @@
tycho-compiler-plugin
</artifactId>
<versionRange>
[0.18.0,)
[0.20.0,)
</versionRange>
<goals>
<goal>compile</goal>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment