Attempt to fix out-of-order problem with coveralls task being executed before jacocoTestReport.
This commit is contained in:
parent
355ee1d29d
commit
d5a81bf84a
@ -73,6 +73,10 @@ test {
|
||||
}
|
||||
}
|
||||
|
||||
tasks.coveralls {
|
||||
dependsOn jacocoTestReport
|
||||
}
|
||||
|
||||
jacoco {
|
||||
toolVersion = '0.8.8'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user