Fix location of detekt report

This commit is contained in:
Gary Tierney
2019-07-16 18:47:28 +01:00
parent cd013fc1ee
commit b84c6ab641
+1 -1
View File
@@ -1,4 +1,4 @@
def detektAggregateReport = "$buildDir/reports/detekt-report.xml" def detektAggregateReport = "$buildDir/reports/detekt/detekt.xml"
repositories { repositories {
maven { url "https://repo.spring.io/plugins-release/" } maven { url "https://repo.spring.io/plugins-release/" }