File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ buildscript {
40
40
classpath " ${ opensearch_group} .gradle:build-tools:${ opensearch_version} "
41
41
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:${ kotlin_version} "
42
42
classpath " org.jetbrains.kotlin:kotlin-allopen:${ kotlin_version} "
43
- classpath " io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.12.0"
44
43
classpath " org.jacoco:org.jacoco.agent:0.8.5"
45
44
}
46
45
}
@@ -57,7 +56,6 @@ apply plugin: 'idea'
57
56
apply plugin : ' opensearch.opensearchplugin'
58
57
apply plugin : ' opensearch.pluginzip'
59
58
apply plugin : ' opensearch.testclusters'
60
- apply plugin : ' io.gitlab.arturbosch.detekt'
61
59
apply plugin : ' org.jetbrains.kotlin.jvm'
62
60
apply plugin : ' org.jetbrains.kotlin.plugin.allopen'
63
61
@@ -107,11 +105,6 @@ configurations {
107
105
testRuntime
108
106
}
109
107
110
- detekt {
111
- config = files(" detekt.yml" )
112
- buildUponDefaultConfig = true
113
- }
114
-
115
108
configurations. testCompile {
116
109
exclude module : " securemock"
117
110
}
You can’t perform that action at this time.
0 commit comments