Skip to content

Commit

Permalink
add plugin vcs (via #66)
Browse files Browse the repository at this point in the history
  • Loading branch information
eroshenkoam authored Sep 20, 2021
1 parent 86ac055 commit 0b5425c
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
6 changes: 6 additions & 0 deletions allure-adapter-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ tasks.test {
inputs.dir(layout.projectDirectory.dir("src/it")).optional()
}

pluginBundle {
website = "https://github.com/allure-framework/allure-gradle"
vcsUrl = "https://github.com/allure-framework/allure-gradle.git"
tags = listOf("allure", "reporting", "testing")
}

gradlePlugin {
plugins {
create("allureAdapterBasePlugin") {
Expand Down
6 changes: 6 additions & 0 deletions allure-base-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ tasks.test {
inputs.dir(layout.projectDirectory.dir("src/it")).optional()
}

pluginBundle {
website = "https://github.com/allure-framework/allure-gradle"
vcsUrl = "https://github.com/allure-framework/allure-gradle.git"
tags = listOf("allure", "reporting", "testing")
}

gradlePlugin {
plugins {
create("allureBasePlugin") {
Expand Down
7 changes: 7 additions & 0 deletions allure-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ tasks.test {
inputs.dir(layout.projectDirectory.dir("src/it")).optional()
}


pluginBundle {
website = "https://github.com/allure-framework/allure-gradle"
vcsUrl = "https://github.com/allure-framework/allure-gradle.git"
tags = listOf("allure", "reporting", "testing")
}

gradlePlugin {
plugins {
create("allurePlugin") {
Expand Down
6 changes: 6 additions & 0 deletions allure-report-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ tasks.test {
inputs.dir(layout.projectDirectory.dir("src/it")).optional()
}

pluginBundle {
website = "https://github.com/allure-framework/allure-gradle"
vcsUrl = "https://github.com/allure-framework/allure-gradle.git"
tags = listOf("allure", "reporting", "testing")
}

gradlePlugin {
plugins {
create("allureDownloadPlugin") {
Expand Down

0 comments on commit 0b5425c

Please sign in to comment.