You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 7, 2024. It is now read-only.
Exported dependency coords do not include classifiers and extensions. This leads to some bugs, e.g. server trying to download jar artifact for pom dependency (with PluginLoader implementation presented in README)
My personal workaround atm is exporting artifacts instead of dependencies, but you may not like it because of increased JSON file size.
Exported dependency coords do not include classifiers and extensions. This leads to some bugs, e.g. server trying to download
jarartifact forpomdependency (withPluginLoaderimplementation presented in README)My personal workaround atm is exporting artifacts instead of dependencies, but you may not like it because of increased JSON file size.