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
Applying the plugin to the gradle build only seems to work if the plugin is applied in the main build.gradle script. If you try to apply it from with a script-plugin then you get the error:
Plugin with id 'com.jfrog.artifactory' not found
On large jobs, as with most other plugins used, its desirable to refactor code to separate script-plugins and apply that from the main build.gradle script.