iwarapter / gradle-openshift-plugin

Gradle plugin to integrate with OpenShift
Other
4 stars 6 forks source link

Importing RC2 of Plugin Returns Not Found #3

Open Spengreb opened 7 years ago

Spengreb commented 7 years ago

Trying to import the RC2 version of this project returns

> Could not resolve all files for configuration ':classpath'.
   > Could not find gradle.plugin.com.iadams.gradle:gradle-openshift-plugin:0.1-RC2.
     Searched in the following locations:
         file:/home/mcmac/.m2/repository/gradle/plugin/com/iadams/gradle/gradle-openshift-plugin/0.1-RC2/gradle-openshift-plugin-0.1-RC2.pom
         file:/home/mcmac/.m2/repository/gradle/plugin/com/iadams/gradle/gradle-openshift-plugin/0.1-RC2/gradle-openshift-plugin-0.1-RC2.jar
         https://repo1.maven.org/maven2/gradle/plugin/com/iadams/gradle/gradle-openshift-plugin/0.1-RC2/gradle-openshift-plugin-0.1-RC2.pom
         https://repo1.maven.org/maven2/gradle/plugin/com/iadams/gradle/gradle-openshift-plugin/0.1-RC2/gradle-openshift-plugin-0.1-RC2.jar
         https://jcenter.bintray.com/gradle/plugin/com/iadams/gradle/gradle-openshift-plugin/0.1-RC2/gradle-openshift-plugin-0.1-RC2.pom
         https://jcenter.bintray.com/gradle/plugin/com/iadams/gradle/gradle-openshift-plugin/0.1-RC2/gradle-openshift-plugin-0.1-RC2.jar
         http://repo.spring.io/plugins-release/gradle/plugin/com/iadams/gradle/gradle-openshift-plugin/0.1-RC2/gradle-openshift-plugin-0.1-RC2.pom
         http://repo.spring.io/plugins-release/gradle/plugin/com/iadams/gradle/gradle-openshift-plugin/0.1-RC2/gradle-openshift-plugin-0.1-RC2.jar
         http://repo.spring.io/milestone/gradle/plugin/com/iadams/gradle/gradle-openshift-plugin/0.1-RC2/gradle-openshift-plugin-0.1-RC2.pom
         http://repo.spring.io/milestone/gradle/plugin/com/iadams/gradle/gradle-openshift-plugin/0.1-RC2/gradle-openshift-plugin-0.1-RC2.jar
         https://plugins.gradle.org/m2/gradle/plugin/com/iadams/gradle/gradle-openshift-plugin/0.1-RC2/gradle-openshift-plugin-0.1-RC2.pom
         https://plugins.gradle.org/m2/gradle/plugin/com/iadams/gradle/gradle-openshift-plugin/0.1-RC2/gradle-openshift-plugin-0.1-RC2.jar

Although RC1 doesn't seem to have an issue.

I looked at the gradle plugin site and it looks like the JAR for RC2 was not published.

iwarapter commented 7 years ago

@Spengreb i might not have published it, let me check and will publish if not!

iwarapter commented 7 years ago

Hmmm, i have definitely published it, (i cant re-publish it either) but getting the same error you do, will raise a bug on the GitHub issues!

ghost commented 6 years ago

Why not rename your RC2 to RC3 and re-deploy? No one can use/test the RC2

Spengreb commented 6 years ago

iirc The issue here was that the publishing plugin he was using is out of date. I forked it and added the official gradle publisher plugin and I publish to s3.

mariusz-jasinski commented 5 years ago

Could You publish RC3 version on plugins.gradle.org site ? RC2 is still failed

mariusz-jasinski commented 5 years ago

iirc The issue here was that the publishing plugin he was using is out of date. I forked it and added the official gradle publisher plugin and I publish to s3.

Is there any public repo with valid RC2 version ?