google / google-java-format

Reformats Java source code to comply with Google Java Style.
Other
5.49k stars 848 forks source link

Update tycho version from 3.0.0 to 3.0.5 #1086

Closed copybara-service[bot] closed 3 months ago

copybara-service[bot] commented 3 months ago

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