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.31.0
0.31.0
Created 30 October 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.31.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("ch.tutteli:tutteli-gradle-settings:0.31.0") } } apply(plugin = "ch.tutteli.settings")
- Applying plugins to all subprojects .