com.bybutter.sisyphus.project
Owner: ButterCam
Plugin for developing project based on sisyphus framework.
https://github.com/ButterCam/sisyphus
Sources: https://github.com/ButterCam/sisyphus
Version 0.0.7
0.0.7
Created 31 August 2020.
Easy configure develop environment for project based on sisyphus framework.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.bybutter.sisyphus.project") version "0.0.7"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.bybutter.sisyphus.tools:sisyphus-project-gradle-plugin:0.0.7") } } apply(plugin = "com.bybutter.sisyphus.project")
- Applying plugins to all subprojects .