client-dependencies-gradle
client-dependencies-gradle copied to clipboard
plugin is not found using "plugins DSL"
If I install plugin using plugins DSL:
plugins { id 'com.craigburke.client-dependencies' version '1.4.1' }
I receive error:
Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find gradle.plugin.com.craigburke.gradle:client-dependencies:1.4.1. Searched in the following locations: https://plugins.gradle.org/m2/gradle/plugin/com/craigburke/gradle/client-dependencies/1.4.1/client-dependencies-1.4.1.pom https://plugins.gradle.org/m2/gradle/plugin/com/craigburke/gradle/client-dependencies/1.4.1/client-dependencies-1.4.1.jar
Installing version '1.4.0' instead in the same way works fine.
Yes, I am getting the same thing, 1.4.1 is not found.
This might be an issue with the Gradle plugins directory not indexing the plugin correctly. Could you try re-publishing the new version?
Hello, Same error. Version 1.4.1 can't be found. When I copy the plugin url in the browser, I'm redirected to https://plugins-artifacts.gradle.org/gradle.plugin.com.craigburke.gradle/client-dependencies/1.4.1/2bf5469a5a1634462f014f7fbd6360f1ed892e812f060996ceeeb2e6bf3dedf5/client-dependencies-1.4.1.jar And have the error : NoSuchKeyThe specified key does not exist.gradle.plugin.com.craigburke.gradle/client-dependencies/1.4.1/2bf5469a5a1634462f014f7fbd6360f1ed892e812f060996ceeeb2e6bf3dedf5/client-dependencies-1.4.1.jar15B3876029287040hx3294d9EAuBA1F6WLSa0sDYloQe1CQ1hLcN5FLMMt8WI0tQXY16SB8n14hpP8SvCFK4PkrI/UQ=
Version 1.4.0 works.
Thanks.
Got the same issue with 1.4.1, I had to move back using 1.4.0.
Version 1.4.1 - error =(