mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
Cater for two different locations of test-results in Gradle 2.x and 3.x
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1789910 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
edcfb84ac5
commit
bd5ea8d3b7
@ -57,7 +57,7 @@ def poijobs = [
|
||||
],
|
||||
[ name: 'POI-DSL-Gradle', jdk: '1.7', trigger: triggerSundays, email: 'centic@apache.org', gradle: true,
|
||||
// Gradle will not run any tests if the code is up-to-date, therefore manually mark the files as updated
|
||||
addShell: 'touch --no-create build/*/build/test-results/test/TEST-*.xml'
|
||||
addShell: 'touch --no-create build/*/build/test-results/TEST-*.xml build/*/build/test-results/test/TEST-*.xml'
|
||||
],
|
||||
[ name: 'POI-DSL-no-scratchpad', trigger: triggerSundays, noScratchpad: true
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user