Skip to content

Commit 4c55208

Browse files
committed
clean up
1 parent 5ffe2f6 commit 4c55208

File tree

2 files changed

+0
-25
lines changed

2 files changed

+0
-25
lines changed

buildSrc/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ dependencies {
77
implementation(files(libs.javaClass.superclass.protectionDomain.codeSource.location))
88

99
implementation(libs.plugin.kotlin)
10-
// implementation(libs.plugin.checker)
11-
// implementation(libs.plugin.updates)
1210
implementation(libs.plugin.build)
1311

1412
implementation(platform(libs.jackson.bom))

src/testInt/kotlin/io/openapiprocessor/spring/ProcessorEndToEndJimfsSpec.kt

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -37,27 +37,4 @@ private fun sources(): Collection<TestSet> {
3737

3838
return buildTestSets()
3939
.filter { it.parser != "SWAGGER" }
40-
41-
42-
// val openapi4j = ALL_30.map {
43-
// testSet(it.name, ParserType.OPENAPI4J, it.openapi, model = "default", outputs = it.outputs, expected = it.expected)
44-
// }
45-
//
46-
// val openapi30 = ALL_30.map {
47-
// testSet(it.name, ParserType.INTERNAL, it.openapi, model = "default", outputs = it.outputs, expected = it.expected)
48-
// }
49-
//
50-
// val openapi31 = ALL_31.map {
51-
// testSet(it.name, ParserType.INTERNAL, it.openapi, model = "default", outputs = it.outputs, expected = it.expected)
52-
// }
53-
//
54-
// val openapi30r = ALL_30.filter { it.modelTypes.contains(ModelTypes.RECORD) }.map {
55-
// testSet(it.name, ParserType.INTERNAL, it.openapi, model = "record", outputs = it.outputs, expected = it.expected)
56-
// }
57-
//
58-
// val openapi31r = ALL_31.filter { it.modelTypes.contains(ModelTypes.RECORD) }.map {
59-
// testSet(it.name, ParserType.INTERNAL, it.openapi, model = "record", outputs = it.outputs, expected = it.expected)
60-
// }
61-
//
62-
// return openapi4j + openapi30 + openapi31 + openapi30r + openapi31r
6340
}

0 commit comments

Comments
 (0)