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 751de0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -362,5 +362,11 @@
</plugins>
</build>
</profile>
<profile>
<id>eclipse</id>
<modules>
<module>eclipse_plugin</module>
</modules>
</profile>
</profiles>
</project>

0 comments on commit 751de0a

Please sign in to comment.