jp.classmethod.aws.beanstalk
Owner: Miyamoto Daisuke
Gradle plugin to manage Amazon Web Services
https://github.com/classmethod-aws/gradle-aws-plugin
Sources: https://github.com/classmethod-aws/gradle-aws-plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("jp.classmethod.aws.beanstalk") version "0.38"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("jp.classmethod.aws:gradle-aws-plugin:0.38") } } apply(plugin = "jp.classmethod.aws.beanstalk")
- Applying plugins to all subprojects .