From 4ba5d4cded212bfd7e5ed2ae89a7016d09a72031 Mon Sep 17 00:00:00 2001 From: Liam Miller-Cushon Date: Wed, 11 Dec 2024 20:10:53 -0800 Subject: [PATCH] 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 --- eclipse_plugin/META-INF/MANIFEST.MF | 2 +- eclipse_plugin/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eclipse_plugin/META-INF/MANIFEST.MF b/eclipse_plugin/META-INF/MANIFEST.MF index 913245393..0c8bafcaf 100644 --- a/eclipse_plugin/META-INF/MANIFEST.MF +++ b/eclipse_plugin/META-INF/MANIFEST.MF @@ -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, diff --git a/eclipse_plugin/pom.xml b/eclipse_plugin/pom.xml index b2c6e368a..acc0ad50b 100644 --- a/eclipse_plugin/pom.xml +++ b/eclipse_plugin/pom.xml @@ -32,7 +32,7 @@ UTF-8 - 3.0.5 + 4.0.10