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

Latest version missing dependency

Open vcatalano opened this issue 9 years ago • 1 comments
trafficstars

I am attempting to build my project with the latest version (0.25) but I am receiving the following error:

Error:Could not find jp.xet.spar-wings:spar-wings-awscli-config:0.11. Searched in the following locations: https://repo1.maven.org/maven2/jp/xet/spar-wings/spar-wings-awscli-config/0.11/spar-wings-awscli-config-0.11.pom https://repo1.maven.org/maven2/jp/xet/spar-wings/spar-wings-awscli-config/0.11/spar-wings-awscli-config-0.11.jar https://plugins.gradle.org/m2/jp/xet/spar-wings/spar-wings-awscli-config/0.11/spar-wings-awscli-config-0.11.pom https://plugins.gradle.org/m2/jp/xet/spar-wings/spar-wings-awscli-config/0.11/spar-wings-awscli-config-0.11.jar Required by: com.myproject:MyProject:1.0.0-SNAPSHOT > jp.classmethod.aws:gradle-aws-plugin:0.25

vcatalano avatar Apr 17 '16 00:04 vcatalano

You can find spar-wings-awscli-config in http://dl.bintray.com/dai0304/spar-wings . See also https://github.com/classmethod/gradle-aws-plugin/blob/develop/build.gradle#L74

I'll request to include the package 'spar-wings-awscli-config' in 'jcenter' right now!

miyamoto-daisuke avatar Apr 17 '16 02:04 miyamoto-daisuke