Skip to content

Commit

Permalink
Fix plugin version display.
Browse files Browse the repository at this point in the history
  • Loading branch information
Grigory Chernyshev committed Mar 9, 2016
1 parent a759174 commit 546a89c
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 @@ -59,7 +59,8 @@ teamcity {

downloadDir = "${teamcityDir}/_downloads"

descriptor = file("$rootDir/src/main/resources/META-INF/build-server-plugin-teamcity-web-parameters.xml")
descriptor = file("teamcity-plugin.xml")
tokens = [Version: project.version]

environments {
teamcity81 {
Expand Down

0 comments on commit 546a89c

Please sign in to comment.