aws.sam
Owner: Jaewe Heo
Binding AWS SAM
http://github.com/importre/aws-sam-gradle-plugin
Sources: http://github.com/importre/aws-sam-gradle-plugin.git
Add this plugin to your build using the plugins DSL:
plugins {
id("aws.sam") version "0.1.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.importre:aws-sam-gradle-plugin:0.1.0") } } apply(plugin = "aws.sam")
- Applying plugins to all subprojects .