Skip to content

Commit

Permalink
Merge pull request #1189 from abelsromero/issue-1188-remove-unnecessa…
Browse files Browse the repository at this point in the history
…ry-tests-report-customization

Remove unnecessary tests reports destination
  • Loading branch information
robertpanzer authored Apr 25, 2023
2 parents c1d4e4a + 849329b commit 3133f12
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions asciidoctorj-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,15 +135,6 @@ task pollutedTest(type: Test) {
}
}
}

reports {
html {
destination file("$buildDir/reports/pollutedTest")
}
junitXml {
destination file("$buildDir/pollutedTest-result")
}
}
}

test.dependsOn pollutedTest
Expand Down
9 changes: 0 additions & 9 deletions asciidoctorj-wildfly-integration-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,6 @@ test {
}
}

reports {
html {
destination file("$buildDir/reports/integrationTest")
}
junitXml {
destination file("$buildDir/integrationTest")
}
}

def jbossHome = file("build/wildfly-$wildflyVersion").absolutePath
systemProperty('jboss.home', jbossHome)
systemProperty('module.path', jbossHome + "/modules" + File.pathSeparator + file('build/modules').absolutePath)
Expand Down

0 comments on commit 3133f12

Please sign in to comment.