Skip to content

Commit

Permalink
Update tycho version from 3.0.0 to 3.0.5
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cushon authored and google-java-format Team committed Mar 18, 2024
1 parent 823d7c9 commit 8ee063e
Showing 1 changed file with 1 addition and 1 deletion.
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.0</tycho-version>
<tycho-version>3.0.5</tycho-version>
</properties>

<dependencies>
Expand Down

0 comments on commit 8ee063e

Please sign in to comment.