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
The previous code was matching any groovy jar file which began with groovy-all-. Since we include source and javadoc jars now, those broke that logic. Now we look for a jar name that matches a more specific regex.
0 commit comments