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.14.1
0.14.1
Created 03 October 2018.
Adds utility functions to your settings.gradle
Add this plugin to your build using the plugins DSL:
plugins {
id("ch.tutteli.settings") version "0.14.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("ch.tutteli:tutteli-gradle-settings:0.14.1") } } apply(plugin = "ch.tutteli.settings")
- Applying plugins to all subprojects .