ch.tutteli.settings
Owner: Robert Stoll
Adds utility functions to your settings.gradle
https://github.com/robstoll/tutteli-gradle-plugins
Sources: https://github.com/robstoll/tutteli-gradle
Version 0.27.3
0.27.3
Created 06 July 2019.
Adds utility functions to your settings.gradle
Add this plugin to your build using the plugins DSL:
plugins {
id("ch.tutteli.settings") version "0.27.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("ch.tutteli:tutteli-gradle-settings:0.27.3") } } apply(plugin = "ch.tutteli.settings")
- Applying plugins to all subprojects .