com.dipien.releaseshub.gradle.plugin
Owner: Dipien
Gradle Plugin to automatically upgrade your java gradle project dependencies and send a GitHub pull request with the changes
https://github.com/dipien/releases-hub-gradle-plugin
Sources: https://github.com/dipien/releases-hub-gradle-plugin
Version 2.0.3
2.0.3
Created 30 August 2021.
Gradle Plugin to automatically upgrade your java gradle project dependencies and send a GitHub pull request with the changes
Add this plugin to your build using the plugins DSL:
plugins {
id("com.dipien.releaseshub.gradle.plugin") version "2.0.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.dipien:releases-hub-gradle-plugin:2.0.3") } } apply(plugin = "com.dipien.releaseshub.gradle.plugin")
- Applying plugins to all subprojects .