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 3.0.0
3.0.0
Created 09 October 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 "3.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.dipien:releases-hub-gradle-plugin:3.0.0") } } apply(plugin = "com.dipien.releaseshub.gradle.plugin")
- Applying plugins to all subprojects .