https://plugins.gradle.org/m2 is the correct URL to use for the remote repository. Since plugins.gradle.org does not actually host the repository but rather redirects to various locations which stores the artifacts (Bintray, S3), you will not be able to browse the repository content (but rather get 404 errors). For the same reason the Artifactory test button will fail to validate the repository. However you will still be able to resolve Artifacts from this repository as Artifactory will follow the redirects.
In addition, https://plugins.gradle.org is the web UI for the Gralde plugins portal and should be used as a repository URL. -- View this message in context: http://forums.jfrog.org/plugins-gradle-org-m2-test-failing-tp7580693p7580701.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
