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
Recently, several modifications have caused the publish task fail to work, we have fixed this twice(#2259, #2646) I believe it's necessary to introduce a mechanism to guarantee it.
How should we improve?
Adding the maven publish task in the CI pipeline may be a practical solution to this problem.
The text was updated successfully, but these errors were encountered:
…publishToMavenLocal` (#2718)
### What changes were proposed in this pull request?
Add a new pipeline to test if `./gradlew publishToMavenLocal` works.
### Why are the changes needed?
Some changes may make `gradle publishToMavenLocal` can't work accidently
and we can't detect it currently.
Fix: #2655
### Does this PR introduce _any_ user-facing change?
N/A.
### How was this patch tested?
N/A.
What would you like to be improved?
Recently, several modifications have caused the publish task fail to work, we have fixed this twice(#2259, #2646) I believe it's necessary to introduce a mechanism to guarantee it.
How should we improve?
Adding the maven publish task in the CI pipeline may be a practical solution to this problem.
The text was updated successfully, but these errors were encountered: