Skip to content

Commit 3baa060

Browse files
author
Artem Eroshenko
authored
fix plugin name for release (via #116)
1 parent 8672f3d commit 3baa060

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

allure-teamcity-server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ teamcity {
66
server {
77
descriptor {
88
name = project.parent.name
9-
displayName = 'Allure for TeamCity'
9+
displayName = 'Allure Report'
1010
version = project.version
1111

1212
description = 'Plugin adds support for generate Allure report based on tests results'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ext {
2222

2323
group = 'io.qameta.allure'
2424
version = version
25-
description = 'Allure for TeamCity'
25+
description = 'Allure Report'
2626

2727
configure(rootProject) {
2828

0 commit comments

Comments
 (0)