Top "Artifactory" questions

Artifactory is an enterprise-grade universal binary repository manager solution that can be used to work with more than 25 different dependency and package managers, including Maven, Docker, npm, PyPi etc.

Gradle artifactory plugin saying "Cannot cast object 'org.jfrog.gradle.plugin.artifactory.dsl.ArtifactoryPluginConvention'..."

Here's the configuration to get the artifactory plugin: buildscript { repositories { mavenCentral() maven { url 'http://jcenter.bintray.com' } } dependencies { classpath group:…

gradle artifactory