gradle-gitVersioner-plugin icon indicating copy to clipboard operation
gradle-gitVersioner-plugin copied to clipboard

Could not find com.pascalwelsch.gitversioner:gitversioner:0.5.0.

Open abhi-coditas opened this issue 2 years ago • 2 comments

A problem occurred configuring root project 'project-name'.

Could not resolve all files for configuration ':classpath'. Could not find com.pascalwelsch.gitversioner:gitversioner:0.5.0. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/pascalwelsch/gitversioner/gitversioner/0.5.0/gitversioner-0.5.0.pom - https://jcenter.bintray.com/com/pascalwelsch/gitversioner/gitversioner/0.5.0/gitversioner-0.5.0.pom Required by: project : Possible solution: Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

abhi-coditas avatar Jun 22 '23 12:06 abhi-coditas

I'm having a similar issue

Could not find com.pascalwelsch.gitversioner:gitversioner:0.4.1. Searched in the following locations: https://plugins.gradle.org/m2/com/pascalwelsch/gitversioner/gitversioner/0.4.1/gitversioner-0.4.1.pom https://plugins.gradle.org/m2/com/pascalwelsch/gitversioner/gitversioner/0.4.1/gitversioner-0.4.1.jar

Does anyone have a fix?

punkrockpolly avatar Jun 22 '23 19:06 punkrockpolly

https://github.com/passsy/gradle-gitVersioner-plugin/issues/22 The approach mentioned here seems to work

nfrolov-shackle avatar Jun 23 '23 09:06 nfrolov-shackle