gradle-aws-plugin
gradle-aws-plugin copied to clipboard
Execution failed
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]
Confirmed, getting the same error.
Sample problem here: plugin works in the main build.gradle, but doesn't work with the same code on a separate s3.gradle.
Same here.
Same problem. Works in main build.gradle but not in child aws.gradle file. Did anybody find a solution?
+1