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

Execution failed

Open aheliver opened this issue 9 years ago • 5 comments
trafficstars

Hello everybody,

When I use AmazonS3PluginExtension in module.gradle it works fine, but when I try to move plugin to other.gradle file I get the following error. Any suggestions?:

Execution failed for task ':presentation:someRelease'. Extension of type 'AmazonS3PluginExtension' does not exist. Currently registered extension types: [DefaultExtraPropertiesExtension, DefaultArtifactPublicationSet_Decorated, ReportingExtension_Decorated, AppExtension_Decorated, KaptExtension_Decorated, AwsPluginExtension_Decorated, AmazonS3PluginExtension_Decorated, SlackPluginExtension_Decorated]

aheliver avatar Aug 31 '16 09:08 aheliver

Confirmed, getting the same error.

nickpetrovic avatar Sep 08 '16 19:09 nickpetrovic

Sample problem here: plugin works in the main build.gradle, but doesn't work with the same code on a separate s3.gradle.

diegorondini avatar Feb 08 '17 15:02 diegorondini

Same here.

paour avatar Jun 27 '17 17:06 paour

Same problem. Works in main build.gradle but not in child aws.gradle file. Did anybody find a solution?

joa23 avatar Nov 17 '17 19:11 joa23

+1

MoonKraken avatar Apr 02 '19 00:04 MoonKraken