Skip to content

Commit

Permalink
Update tycho version
Browse files Browse the repository at this point in the history
To see if it helps with failures on JDK 25, see https://github.com/google/google-java-format/actions/runs/12289067922/job/34293939606

PiperOrigin-RevId: 705339531
  • Loading branch information
cushon authored and google-java-format Team committed Dec 13, 2024
1 parent 8861409 commit 4ba5d4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eclipse_plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Bundle-SymbolicName: google-java-format-eclipse-plugin;singleton:=true
Bundle-Vendor: Google
Bundle-Version: 1.13.0
Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: org.eclipse.jdt.core;bundle-version="3.10.0",
Require-Bundle: org.eclipse.jdt.core,
org.eclipse.jface,
org.eclipse.text,
org.eclipse.ui,
Expand Down
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>3.0.5</tycho-version>
<tycho-version>4.0.10</tycho-version>
</properties>

<dependencies>
Expand Down

0 comments on commit 4ba5d4c

Please sign in to comment.