In our project we have a publishing task to publish the jar files to jFrog artifactory.
The publishing task works fine, but if for some reason the publishing task fails, then I don't want the build to be failed.
If there a property or configuration for the publishing task to continue the build even if there was a failure?