Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing to resolve and publish vscjava.vscode-gradle #770

Open
vince-fugnitto opened this issue Jul 25, 2024 · 1 comment
Open

Failing to resolve and publish vscjava.vscode-gradle #770

vince-fugnitto opened this issue Jul 25, 2024 · 1 comment

Comments

@vince-fugnitto
Copy link
Contributor

vince-fugnitto commented Jul 25, 2024

Description

There is an issue when attempting to resolve the Gradle for Java causing the extension to never be published at a newer version. This means that only a single version exists on Open-VSX (~5 month old pre-release version).

The extension is referenced under extensions.json but there are issues resolving the extension during CI:

"vscjava.vscode-gradle": {
"repository": "https://github.com/microsoft/vscode-gradle"
},

[FAIL] Could not process extension: {
  "extension": {
    "id": "vscjava.vscode-gradle",
    "repository": "https://github.com/microsoft/vscode-gradle"
  },
  "context": {
    "msVersion": "3.15.0",
    "msLastUpdated": "2024-07-19T03:23:19.677Z",
    "msInstalls": 3052039,
    "msPublisher": "vscjava",
    "ovsxVersion": "3.13.2024011802",
    "ovsxLastUpdated": "2024-02-13T19:21:03.109Z"
  }
}
vscjava.vscode-gradle: failed to resolve

Reason

The extension cannot be resolved due to a couple of reasons:

Additional Information

cc @kineticsquid

@kineticsquid
Copy link
Contributor

We had issues with this extension before, don't recall the detail, which is why I published the one version. I've just updated it with the latest. Though, this won't resolve the auto publishing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants