Skip to content

Commit 8ee063e

Browse files
cushongoogle-java-format Team
authored and
google-java-format Team
committed
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
1 parent 823d7c9 commit 8ee063e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

3838
<dependencies>

0 commit comments

Comments
 (0)