Move file to subfolder
This commit is contained in:
parent
9e6f615f1c
commit
d446bfa9d3
@ -197,7 +197,7 @@ def launchTask = getGradle()
|
|||||||
.toLowerCase()
|
.toLowerCase()
|
||||||
|
|
||||||
if (launchTask.contains("coverage".toLowerCase())) {
|
if (launchTask.contains("coverage".toLowerCase())) {
|
||||||
apply from: 'coverage.gradle'
|
apply from: './tools/gradle/coverage.gradle'
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: 'org.sonarqube'
|
apply plugin: 'org.sonarqube'
|
||||||
|
Loading…
Reference in New Issue
Block a user