Changed the allow parameter to also take a string

This commit is contained in:
Erik C. Thauvin 2022-12-31 01:28:37 -08:00
parent f5201da64c
commit c91770339d
4 changed files with 18 additions and 5 deletions

View file

@ -108,7 +108,7 @@ tasks {
archiveBaseName.set(rootProject.name)
}
"sonarqube" {
"sonar" {
dependsOn(koverReport)
}
}