Skip to content

Commit

Permalink
Merge pull request #69 from rubensousa/docs
Browse files Browse the repository at this point in the history
Fix config for allure plugin
  • Loading branch information
rubensousa authored Sep 30, 2024
2 parents 69a9ca9 + 3ff2e83 commit 54696d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carioca-report-allure-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
alias(libs.plugins.kotlin.serialization)
}

if (parent?.parent?.name == "carioca") {
if (parent?.name == "carioca") {
apply plugin: libs.plugins.maven.publish.get().pluginId
}

Expand Down

0 comments on commit 54696d6

Please sign in to comment.