de.fayard.buildSrcLibs
Owner: Jean-Michel Fayard
Common Gradle dependencies - See gradle refreshVersions
https://splitties.github.io/refreshVersions/
Sources: https://github.com/jmfayard/refreshVersions
Version 0.10.1
0.10.1
Created 10 June 2021.
Generates dependency notations constants in buildSrc and updates the versions with gradle refreshVersions
Add this plugin to your build using the plugins DSL:
plugins {
id("de.fayard.buildSrcLibs") version "0.10.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("de.fayard.refreshVersions:buildSrcLibs:0.10.1") } } apply(plugin = "de.fayard.buildSrcLibs")
- Applying plugins to all subprojects .