Working on CI

Working on CI
This commit is contained in:
Melih Aksoy
2019-07-01 17:18:09 +02:00
parent 46eaaf7549
commit b8367cf768
4 changed files with 63 additions and 29 deletions

View File

@@ -36,4 +36,10 @@ task clean(type: Delete) {
delete rootProject.buildDir
}
task removeReports(type: Delete) {
delete fileTree(rootProject.projectDir.path + "/reports") {
include '**/*.*'
}
}
apply from: "scripts/dependencies.gradle"