Skip to content

Commit

Permalink
[Refactor/#465] allure 결과 서브 모듈에 미반영 수정 (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 authored Dec 22, 2024
1 parent 3a01e71 commit bec0188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ allprojects {

tasks.withType<Test> {
useJUnitPlatform()
systemProperty("allure.results.directory", "$projectDir/build/allure-results")
}

sourceSets {
Expand Down Expand Up @@ -188,6 +187,7 @@ subprojects {
tasks {
test {
useJUnitPlatform()
systemProperty("allure.results.directory", "$projectDir/build/allure-results")
}

register<Test>("architectureSpecTest") {
Expand Down

0 comments on commit bec0188

Please sign in to comment.