Skip to content

Commit 4ba5d4c

Browse files
cushongoogle-java-format Team
authored and
google-java-format Team
committed
Update tycho version
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
1 parent 8861409 commit 4ba5d4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eclipse_plugin/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Bundle-SymbolicName: google-java-format-eclipse-plugin;singleton:=true
55
Bundle-Vendor: Google
66
Bundle-Version: 1.13.0
77
Bundle-RequiredExecutionEnvironment: JavaSE-11
8-
Require-Bundle: org.eclipse.jdt.core;bundle-version="3.10.0",
8+
Require-Bundle: org.eclipse.jdt.core,
99
org.eclipse.jface,
1010
org.eclipse.text,
1111
org.eclipse.ui,

eclipse_plugin/pom.xml

+1-1
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>3.0.5</tycho-version>
35+
<tycho-version>4.0.10</tycho-version>
3636
</properties>
3737

3838
<dependencies>

0 commit comments

Comments
 (0)