Skip to content

Commit

Permalink
Update tycho version
Browse files Browse the repository at this point in the history
To include the fix for eclipse-tycho/tycho#958

PiperOrigin-RevId: 479345457
  • Loading branch information
cushon authored and google-java-format Team committed Oct 6, 2022
1 parent 5496c3a commit 4699fe9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eclipse_plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tycho-version>2.7.3</tycho-version>
<tycho-version>3.0.0</tycho-version>
</properties>

<dependencies>
Expand Down
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

<modules>
<module>core</module>
<module>eclipse_plugin</module>
</modules>

<name>Google Java Format Parent</name>
Expand Down Expand Up @@ -362,5 +361,14 @@
</plugins>
</build>
</profile>
<profile>
<id>eclipse</id>
<activation>
<jdk>[17,)</jdk>
</activation>
<modules>
<module>eclipse_plugin</module>
</modules>
</profile>
</profiles>
</project>

0 comments on commit 4699fe9

Please sign in to comment.