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
Using the Gradle Artifactory plugin, is there a way to not compile the source before publishing when using the artifactoryPublish task? I want to be able to separate the stages from each other so that we have a build stage which compiles the code, and a deploy stage which publishes to artifactory. At the moment artifactoryPublish rebuilds the code, which is making the builds run twice as long.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi,
Using the Gradle Artifactory plugin, is there a way to not compile the source before publishing when using the artifactoryPublish task? I want to be able to separate the stages from each other so that we have a build stage which compiles the code, and a deploy stage which publishes to artifactory. At the moment artifactoryPublish rebuilds the code, which is making the builds run twice as long.
Thanks in advance!
The text was updated successfully, but these errors were encountered: