com.dorkbox.GradleUtils
Owner: Dorkbox LLC
Gradle Plugin to manage various Gradle tasks, such as updating gradle and dependencies
https://git.dorkbox.com/dorkbox/GradleUtils
Sources: https://git.dorkbox.com/dorkbox/GradleUtils
Version 1.5
1.5
Created 23 May 2020.
Gradle Plugin to manage various Gradle tasks, such as updating gradle and dependencies
Add this plugin to your build using the plugins DSL:
plugins {
id("com.dorkbox.GradleUtils") version "1.5"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.dorkbox:GradleUtils:1.5") } } apply(plugin = "com.dorkbox.GradleUtils")
- Applying plugins to all subprojects .