de.jansauer.elasticbeanstalk
Owner: Jan Sauer
Gradle Elastic Beanstalk plugin.
https://github.com/jansauer/gradle-elasticbeanstalk-plugin
Sources: https://github.com/jansauer/gradle-elasticbeanstalk-plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("de.jansauer.elasticbeanstalk") version "1.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.de.jansauer.aws.beanstalk:elasticbeanstalk:1.0.0") } } apply(plugin = "de.jansauer.elasticbeanstalk")
- Applying plugins to all subprojects .