mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-04 19:13:30 +01:00
Fix = new File(
This commit is contained in:
parent
1ca75df208
commit
067e51aee8
@ -959,7 +959,7 @@ def report(os, Directory, Module) {
|
||||
args "-targetdir:coverage/${Module}"
|
||||
// args "-sourcedirs:XML/src;XML/include;CppUnit/src;CppUnit/include;Foundation/src;Foundation/include"
|
||||
|
||||
File targetnew File("le("coverage/${Module}")
|
||||
File targetnew = new File("le("coverage/${Module}")
|
||||
inputs.files(new File(targetDir,"${Module}TestSuite.xml"))
|
||||
|
||||
onlyIf(new Spec<Exec>() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user