aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiam Miller-Cushon <cushon@google.com>2024-03-18 09:08:28 -0700
committergoogle-java-format Team <google-java-format-dev+copybara@google.com>2024-03-18 09:09:18 -0700
commit8ee063ef78e16321fa4f815b14d246df783f3828 (patch)
treec09e0c24ebeaae56dd9ca9368222791d5a830882
parent823d7c99bc61e05e26ec68ede3c42231b6e2e62b (diff)
downloadgoogle-java-format-8ee063ef78e16321fa4f815b14d246df783f3828.tar.gz
Update tycho version from 3.0.0 to 3.0.5
I think this fixes crashes from the presubmit for unknown commit: ``` Error: Exception in thread "main" java.lang.NoSuchMethodError: 'java.lang.String org.eclipse.equinox.p2.core.IProvisioningAgent.getProperty(java.lang.String)' at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getAgentPropertyWithFallback(SimpleArtifactRepository.java:813) at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getMaximumThreads(SimpleArtifactRepository.java:1012) ``` I tested a PR with these changes and it was clean [1], so either this helps or it was a transient issue, but either way this shouldn't hurt. [1] https://github.com/google/google-java-format/actions/runs/8329274139 PiperOrigin-RevId: 616846344
-rw-r--r--eclipse_plugin/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse_plugin/pom.xml b/eclipse_plugin/pom.xml
index 9e6acda..b2c6e36 100644
--- a/eclipse_plugin/pom.xml
+++ b/eclipse_plugin/pom.xml
@@ -32,7 +32,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <tycho-version>3.0.0</tycho-version>
+ <tycho-version>3.0.5</tycho-version>
</properties>
<dependencies>