Updated detekt baseline location.

This commit is contained in:
Erik C. Thauvin 2021-04-26 16:20:07 -07:00
parent aaf44db38a
commit 3f75d60c5f
2 changed files with 4 additions and 4 deletions

View file

@ -127,7 +127,7 @@ pmd {
}
detekt {
baseline = file("${projectDir}/config/detekt/baseline.xml")
baseline = file("${rootProject.projectDir}/config/detekt/baseline.xml")
}
javadoc {