Update timestamps of test report if running on ci

We have to update the timestamps of our test reports on the ci server,
because Jenkins fails it the reports are older than x minutes.
This commit is contained in:
Sebastian Sdorra
2021-01-13 15:37:57 +01:00
committed by René Pfeuffer
parent 22375c8096
commit 4e1bf1d13b
12 changed files with 105 additions and 12 deletions

View File

@@ -24,7 +24,7 @@
plugins {
id 'org.scm-manager.smp' version '0.7.0'
id 'org.scm-manager.smp' version '0.7.1'
}
def svnkitVersion = '1.10.1-scm2'