Trouble downloading my published files on Bintray from JCenter
问题 I'm developing a very basic Gradle plugin (mainly to get experience) and I've published a version to my Bintray repository which should be viewable here. I've linked my repository to JCenter (and can find my plugin here) and now, to test it all works, I'm trying to download those artifacts from a Gradle build script and apply my plugin to a mock project: apply plugin: 'semver' apply plugin: 'java' buildscript { repositories { jcenter() } dependencies { classpath 'com.github.tagc:semver-plugin