be.vbgn.plugin-updates
Owner: Lars Vierbergen
A gradle plugin that automatically notifies about plugins that can be updated.
https://github.com/vierbergenlars/plugin-updates-gradle-plugin
Sources: https://github.com/vierbergenlars/plugin-updates-gradle-plugin
Version 0.2.1
0.2.1
Created 30 October 2018.
A gradle plugin that automatically notifies about plugins that can be updated.
Add this plugin to your build using the plugins DSL:
plugins {
id("be.vbgn.plugin-updates") version "0.2.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("be.vbgn.gradle:plugin-updates-plugin:0.2.1") } } apply(plugin = "be.vbgn.plugin-updates")
- Applying plugins to all subprojects .