1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 01:45:33 +02:00

Fix compile when using Java 11

Tycho 1.4.0-SNAPSHOT is needed due to a fix in tycho for Java 11
compatibility.

Change-Id: I3db48b8396b54c8fd8b6b5afd69730809d2ef761
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
This commit is contained in:
Alexander Kurtakov 2019-01-24 13:24:02 +02:00
parent 04ad3ec06f
commit 46b125139a

View file

@ -14,8 +14,8 @@
<packaging>pom</packaging>
<properties>
<tycho-version>1.3.0</tycho-version>
<tycho-extras-version>1.3.0</tycho-extras-version>
<tycho-version>1.4.0-SNAPSHOT</tycho-version>
<tycho-extras-version>1.4.0-SNAPSHOT</tycho-extras-version>
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
<sonar.jacoco.reportPath>${project.basedir}/../../target/jacoco.exec</sonar.jacoco.reportPath>
@ -84,6 +84,10 @@
<id>cbi</id>
<url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
</pluginRepository>
<pluginRepository>
<id>tycho-snapshots</id>
<url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url>
</pluginRepository>
</pluginRepositories>
<profiles>
<profile>