Skip to content

Commit

Permalink
add version info to plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoberstar committed Dec 17, 2016
1 parent b8fa85c commit 2b27848
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
id 'maven-publish'
id 'com.jfrog.bintray' version '1.7.3'
id 'org.sonarqube' version '2.2.1'
id 'com.gradle.plugin-publish'
id 'com.gradle.plugin-publish' version '0.9.7'
}

apply plugin: 'org.ajoberstar.semver-vcs-grgit'
Expand Down Expand Up @@ -76,6 +76,7 @@ pluginBundle {
publishPlugin {
id = 'org.ajoberstar.git-publish'
displayName = 'Git Publish Plugin'
tags = ['publish', 'git', 'gradle']
}
}
mavenCoordinates {
Expand Down

0 comments on commit 2b27848

Please sign in to comment.