com.bybutter.sisyphus.deploy
Owner: ButterCam
Deploy sisyphus project to environments.
https://github.com/ButterCam/sisyphus
Sources: https://github.com/ButterCam/sisyphus
Add this plugin to your build using the plugins DSL:
plugins {
id("com.bybutter.sisyphus.deploy") version "1.4.10"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.bybutter.sisyphus.tools:sisyphus-project-gradle-plugin:1.4.10") } } apply(plugin = "com.bybutter.sisyphus.deploy")
- Applying plugins to all subprojects .