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
script: for mod in cadc-uws cadc-uws-server cadc-test-uws example-uws ; do cd $mod; gradle --full-stacktrace build javadoc install || break -1; cd ..; done