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
Fix shadeTransitively not receiving lock constraints in subprojects
When shadow-jar was applied to a subproject and GCV was applied at the root project, lockConfiguration() failed to register with GCV because it checked project.getPluginManager() instead of project.getRootProject().getPluginManager(). (#932)