Move file to subfolder

This commit is contained in:
Benoit Marty 2022-10-12 11:35:16 +02:00 committed by Benoit Marty
parent 9e6f615f1c
commit d446bfa9d3
2 changed files with 1 additions and 1 deletions

View File

@ -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'