Skip to content

Commit 72248ab

Browse files
cushongoogle-java-format Team
authored andcommitted
Update tycho version
To include the fix for eclipse-tycho/tycho#958 PiperOrigin-RevId: 479370465
1 parent 5496c3a commit 72248ab

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

eclipse_plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<properties>
3434
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
35-
<tycho-version>2.7.3</tycho-version>
35+
<tycho-version>3.0.0</tycho-version>
3636
</properties>
3737

3838
<dependencies>

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727

2828
<modules>
2929
<module>core</module>
30-
<module>eclipse_plugin</module>
3130
</modules>
3231

3332
<name>Google Java Format Parent</name>
@@ -362,5 +361,14 @@
362361
</plugins>
363362
</build>
364363
</profile>
364+
<profile>
365+
<id>eclipse</id>
366+
<activation>
367+
<jdk>[17,)</jdk>
368+
</activation>
369+
<modules>
370+
<module>eclipse_plugin</module>
371+
</modules>
372+
</profile>
365373
</profiles>
366374
</project>

0 commit comments

Comments
 (0)