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