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
I ran the gradle tasks with `--warning-mode all` and found the following
warnings, and resolved them:
- Remove `-b ./build.gradle` from our actions. This has been deprecated,
and seems unnecessary.
- Replace `jarTask.archiveName` with `jarTask.archiveFileName` because
`archiveName` has been deprecated
0 commit comments