gradle-git-version icon indicating copy to clipboard operation
gradle-git-version copied to clipboard

can not find in gradle pulgin repository

Open pipinet opened this issue 8 years ago • 3 comments

plugins { id "java" id "idea" id "maven" id "maven-publish" id "com.jfrog.bintray" version "1.7" id "com.palantir.git-version" version "0.5.2" }

  • What went wrong: Plugin [id: 'com.palantir.git-version'] was not found in any of the following sources:
  • Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
  • Gradle Central Plugin Repository (plugin dependency must include a version number for this source)
  • Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

pipinet avatar Sep 29 '16 08:09 pipinet

I'm seeing this trying to use the current version (0.9.0) and 0.8.0. 0.7.3 works ok though.

adrian-baker avatar Sep 30 '17 22:09 adrian-baker

Adrian, you're saying that 0.9.0 does not work through the plugin repo? It's listed here, so not quite sure what's going wrong there. https://plugins.gradle.org/plugin/com.palantir.git-version

uschi2000 avatar Oct 02 '17 10:10 uschi2000

I am seeing the same problem:

> Could not resolve all dependencies for configuration ':classpath'.
   > Could not find gradle.plugin.com.palantir.gradle.gitversion:gradle-git-version:0.9.0.
     Searched in the following locations:
         https://repo1.maven.org/maven2/gradle/plugin/com/palantir/gradle/gitversion/gradle-git-version/0.9.0/gradle-git-version-0.9.0.pom
         https://repo1.maven.org/maven2/gradle/plugin/com/palantir/gradle/gitversion/gradle-git-version/0.9.0/gradle-git-version-0.9.0.jar
         https://jcenter.bintray.com/gradle/plugin/com/palantir/gradle/gitversion/gradle-git-version/0.9.0/gradle-git-version-0.9.0.pom
         https://jcenter.bintray.com/gradle/plugin/com/palantir/gradle/gitversion/gradle-git-version/0.9.0/gradle-git-version-0.9.0.jar
         https://plugins.gradle.org/m2/gradle/plugin/com/palantir/gradle/gitversion/gradle-git-version/0.9.0/gradle-git-version-0.9.0.pom
         https://plugins.gradle.org/m2/gradle/plugin/com/palantir/gradle/gitversion/gradle-git-version/0.9.0/gradle-git-version-0.9.0.jar

jcassee avatar Oct 20 '17 11:10 jcassee