File tree 2 files changed +7
-10
lines changed
2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,12 @@ plugins {
8
8
9
9
configure<DetektExtension > {
10
10
debug = true
11
- version = " 1.0.0.RC6-4"
12
- profile = " main"
13
-
14
- profile(" main" , Action {
15
- input = rootProject.projectDir.absolutePath
16
- filters = " .*/resources/.*,.*/build/.*,.*/sample-app/.*"
17
- config = " ${rootProject.projectDir} /default-detekt-config.yml"
18
- baseline = " ${rootProject.projectDir} /reports/baseline.xml"
19
- })
11
+ version = " 1.0.1"
12
+
13
+ input = files(rootProject.projectDir.absolutePath)
14
+ filters = " .*/resources/.*,.*/build/.*,.*/sample-app/.*"
15
+ config = files(" ${rootProject.projectDir} /default-detekt-config.yml" )
16
+ baseline = file(" ${rootProject.projectDir} /reports/baseline.xml" )
20
17
}
21
18
22
19
allprojects {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ pluginManagement {
6
6
plugins {
7
7
id(" org.jetbrains.kotlin.jvm" ) version " 1.9.22"
8
8
id(" org.jetbrains.dokka" ) version " 0.9.17"
9
- id(" io.gitlab.arturbosch.detekt" ) version " 1.0.0.RC6-4 "
9
+ id(" io.gitlab.arturbosch.detekt" ) version " 1.0.1 "
10
10
}
11
11
}
12
12
You can’t perform that action at this time.
0 commit comments