fix plugin portal descriptions
This commit is contained in:
parent
d8f82a8978
commit
5a9bf27829
3 changed files with 12 additions and 12 deletions
|
@ -50,14 +50,14 @@ gradlePlugin {
|
|||
|
||||
if (project.hasProperty('gradle.publish.key')) {
|
||||
pluginBundle {
|
||||
website = 'https://github.com/jprante/gradle-plugin-docker'
|
||||
vcsUrl = 'https://github.com/jprante/gradle-plugin-docker'
|
||||
website = 'https://github.com/jprante/gradle-plugins'
|
||||
vcsUrl = 'https://github.com/jprante/gradle-plugins'
|
||||
plugins {
|
||||
dockerPlugin {
|
||||
id = 'org.xbib.gradle.plugin.docker'
|
||||
version = project.version
|
||||
description = rootProject.ext.description
|
||||
displayName = 'Gradle Docker Plugin'
|
||||
description = 'Docker plugin for build and push by Dockerfile'
|
||||
displayName = 'Docker Plugin for build and push by Dockerfile'
|
||||
tags = ['gradle', 'docker']
|
||||
}
|
||||
}
|
||||
|
|
|
@ -41,14 +41,14 @@ gradlePlugin {
|
|||
|
||||
if (project.hasProperty('gradle.publish.key')) {
|
||||
pluginBundle {
|
||||
website = 'https://github.com/jprante/groovy-git'
|
||||
vcsUrl = 'https://github.com/jprante/groovy-git.git'
|
||||
website = 'https://github.com/jprante/gradle-plugins'
|
||||
vcsUrl = 'https://github.com/jprante/gradle-plugins'
|
||||
plugins {
|
||||
gitPlugin {
|
||||
id = 'org.xbib.gradle.plugin.git'
|
||||
version = project.version
|
||||
description = rootProject.ext.description
|
||||
displayName = rootProject.ext.description
|
||||
description = 'Git client plugin based on JGit'
|
||||
displayName = 'Git client plugin based on JGit'
|
||||
tags = ['gradle', 'plugin', 'git']
|
||||
}
|
||||
}
|
||||
|
|
|
@ -40,14 +40,14 @@ gradlePlugin {
|
|||
|
||||
if (project.hasProperty('gradle.publish.key')) {
|
||||
pluginBundle {
|
||||
website = 'https://github.com/jprante/rpm'
|
||||
vcsUrl = 'https://github.com/jprante/rpm'
|
||||
website = 'https://github.com/jprante/gradle-plugins'
|
||||
vcsUrl = 'https://github.com/jprante/gradle-plugins'
|
||||
plugins {
|
||||
rpmPlugin {
|
||||
id = 'org.xbib.gradle.plugin.rpm'
|
||||
version = project.version
|
||||
description = rootProject.ext.description
|
||||
displayName = rootProject.ext.description
|
||||
description = 'Java implementation for RPM packaging'
|
||||
displayName = 'Java implementation for RPM packaging'
|
||||
tags = ['gradle', 'plugin', 'rpm']
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue