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 1.0.1
1.0.1
Created 02 March 2021.
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 "1.0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.bybutter.sisyphus.tools:sisyphus-project-gradle-plugin:1.0.1") } } apply(plugin = "com.bybutter.sisyphus.project")
- Applying plugins to all subprojects .