Skip to content

Commit

Permalink
revert manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
baev committed Jul 8, 2024
1 parent 3e13592 commit a0d7f18
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions allure-selenide/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,16 @@ tasks {
compileTestJava {
options.release.set(17)
}
}

tasks.test {
useJUnitPlatform()
jar {
manifest {
attributes(
mapOf(
"Automatic-Module-Name" to "io.qameta.allure.selenide"
)
)
}
}
test {
useJUnitPlatform()
}
}

0 comments on commit a0d7f18

Please sign in to comment.