Skip to content

Commit f0990a9

Browse files
Bananeweizenromani
authored andcommitted
Upgrade Tycho to 1.5.1
This may fix the Travis build with Java 12, since Tycho 1.5 supports Java 12. See https://wiki.eclipse.org/Tycho/Release_Notes/1.5#ECJ_update
1 parent 69802fc commit f0990a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
</modules>
2121

2222
<properties>
23-
<tycho-version>1.4.0</tycho-version>
24-
<tycho-extras-version>1.4.0</tycho-extras-version>
23+
<tycho-version>1.5.1</tycho-version>
24+
<tycho-extras-version>1.5.1</tycho-extras-version>
2525
<tycho.scmUrl>scm:git:git://github.com:checkstyle/eclipse-cs.git</tycho.scmUrl>
2626
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2727
</properties>

0 commit comments

Comments
 (0)