palantir / gradle-configuration-resolver-plugin

Apache License 2.0
11 stars 10 forks source link

update gradle publish plugin #35

Closed code0x9 closed 6 years ago

code0x9 commented 6 years ago

on using gradle plugins dsl, error occurres.

$ ./gradlew resolveConfigurations
Download https://plugins.gradle.org/m2/com/palantir/configuration-resolver/com.palantir.configuration-resolver.gradle.plugin/0.3.0/com.palantir.configuration-resolver.gradle.plugin-0.3.0.pom

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'server'.
> Could not resolve all files for configuration ':classpath'.
   > Could not find gradle.plugin.com.palantir.configurationresolver:gradle-configuration-resolver-plugin:0.3.0.
     Searched in the following locations:
         https://plugins.gradle.org/m2/gradle/plugin/com/palantir/configurationresolver/gradle-configuration-resolver-plugin/0.3.0/gradle-configuration-resolver-plugin-0.3.0.pom
         https://plugins.gradle.org/m2/gradle/plugin/com/palantir/configurationresolver/gradle-configuration-resolver-plugin/0.3.0/gradle-configuration-resolver-plugin-0.3.0.jar
     Required by:
         project : > com.palantir.configuration-resolver:com.palantir.configuration-resolver.gradle.plugin:0.3.0

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 6s

please update gradle publisher plugin and re-publish this.

see : https://github.com/flyway/flyway/issues/1862

palantirtech commented 6 years ago

Thanks for your interest in palantir/gradle-configuration-resolver-plugin, @code0x9! Before we can accept your pull request, you need to sign our contributor license agreement - just visit https://cla.palantir.com/ and follow the instructions. Once you sign, I'll automatically update this pull request.

code0x9 commented 6 years ago

@timyates sorry i missed your PR https://github.com/palantir/gradle-configuration-resolver-plugin/pull/34. closing this.