client-dependencies-gradle icon indicating copy to clipboard operation
client-dependencies-gradle copied to clipboard

plugin is not found using "plugins DSL"

Open topotii opened this issue 7 years ago • 4 comments

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.

topotii avatar Jan 23 '18 11:01 topotii

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?

johndevs avatar Mar 25 '18 13:03 johndevs

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.

PhilippeRT avatar Apr 22 '18 21:04 PhilippeRT

Got the same issue with 1.4.1, I had to move back using 1.4.0.

bitsnaps avatar Aug 04 '18 22:08 bitsnaps

Version 1.4.1 - error =(

alabotski avatar Aug 06 '18 08:08 alabotski