File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,6 @@ plugins {
47
47
kotlin(" jvm" ) version " 1.9.20"
48
48
id(" com.github.johnrengelman.shadow" ) version " 7.0.0"
49
49
id(" com.expediagroup.graphql" ) version " 4.0.0" apply false
50
- id(" org.jlleitschuh.gradle.ktlint" ) version " 9.3.0"
51
- id(" org.jlleitschuh.gradle.ktlint-idea" ) version " 9.3.0"
52
50
id(" com.github.ben-manes.versions" ) version " 0.29.0"
53
51
id(" org.hidetake.swagger.generator" ) version " 2.18.2" apply true
54
52
id(" org.jetbrains.kotlin.plugin.serialization" ) version " 1.7.10"
@@ -202,7 +200,6 @@ swaggerSources {
202
200
tasks {
203
201
withType<KotlinCompile > {
204
202
kotlinOptions.jvmTarget = " 20"
205
- dependsOn(" ktlintFormat" )
206
203
}
207
204
208
205
withType<Test > {
@@ -238,11 +235,3 @@ tasks {
238
235
}
239
236
240
237
}
241
-
242
- ktlint {
243
- disabledRules.set(setOf (" no-wildcard-imports" ))
244
- filter {
245
- exclude(" **/generated/**" )
246
- include(" **/kotlin/**" )
247
- }
248
- }
You can’t perform that action at this time.
0 commit comments