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
We can remove the Publish plugins step from release workflow as we have removed the templates support in this commit: 1888141
Currently the release workflow works fine (as it correctly uploads all necessary artifacts to Maven), but unnecessarily fails on the last step as it tries to use now non-existent publishPlugins Gradle task.
The text was updated successfully, but these errors were encountered:
We can remove the
Publish plugins
step from release workflow as we have removed the templates support in this commit: 1888141Currently the release workflow works fine (as it correctly uploads all necessary artifacts to Maven), but unnecessarily fails on the last step as it tries to use now non-existent
publishPlugins
Gradle task.The text was updated successfully, but these errors were encountered: