Skip to content

Commit

Permalink
chore(build.gradle): updated release plugin desciption
Browse files Browse the repository at this point in the history
  • Loading branch information
Hillkorn committed Jun 22, 2022
1 parent 73c9f45 commit cc383f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ gradlePlugin {
plugins {
releasePlugin {
displayName = 'Maven style release plugin for gradle'
description = 'Maven style release plugin for gradle that supports git, subversion bazaar and mercurial'
description = 'gradle-release is a plugin for providing a Maven-like release process to project using Gradle that supports git, subversion bazaar and mercurial'
id = 'net.researchgate.release'
implementationClass = 'net.researchgate.release.ReleasePlugin'
}
Expand Down

0 comments on commit cc383f6

Please sign in to comment.