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
Currently we just use Maven repository for the resolution. But publish a fat jar is common? I think it shouldn't. If any dev didn't publish a fat jar in Maven repo then we can't resolve it in debug task.
Hence we need to use such a API that we can get a executable fat jar for the debug task. Need to investigate is already there a API or implement ourselves.