de.fayard.refreshVersions-core
Owner: Jean-Michel Fayard
Painless dependencies management
https://splitties.github.io/refreshVersions/
Sources: https://github.com/jmfayard/refreshVersions
Add this plugin to your build using the plugins DSL:
plugins {
id("de.fayard.refreshVersions-core") version "0.20.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("de.fayard.refreshVersions:refreshVersions-core:0.20.0") } } apply(plugin = "de.fayard.refreshVersions-core")
- Applying plugins to all subprojects .