Skip to content

Commit

Permalink
Update build config and artifacts for openapi generator 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Mar 13, 2024
1 parent c5aa220 commit 83f4968
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api-model-v1-41/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.3.0
7.4.0
1 change: 1 addition & 0 deletions api-model-v1-41/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ This API client was generated by the [OpenAPI Generator](https://openapi-generat

- API version: 1.41
- Package version:
- Generator version: 7.4.0
- Build package: org.openapitools.codegen.languages.KotlinClientCodegen

## Requires
Expand Down
6 changes: 5 additions & 1 deletion api-model-v1-41/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ val openApiGenerateCleanupGeneratedCode by tasks.register("openApiGenerateCleanu
doLast {
listOf(
"src/main/kotlin/de/gesellix/docker/remote/api/infrastructure",
"src/main/kotlin/de/gesellix/docker/remote/client"
"src/main/kotlin/de/gesellix/docker/remote/client",
"src/test/kotlin/de/gesellix/docker/remote/api/infrastructure",
"src/test/kotlin/de/gesellix/docker/remote/api",
"src/test/kotlin/de/gesellix/docker/remote/client",
).onEach {
file(it).deleteRecursively()
}
Expand Down Expand Up @@ -128,6 +131,7 @@ dependencies {
testRuntimeOnly("cglib:cglib-nodep:3.3.0")
testImplementation("org.junit.platform:junit-platform-launcher:1.10.2")
testImplementation("org.junit.platform:junit-platform-commons:1.10.2")
// testImplementation("io.kotlintest:kotlintest-runner-junit5:3.4.2")
}

java {
Expand Down
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ val dependencyVersions = listOf(
)

val dependencyGroupVersions = mapOf<String, String>(
// "org.junit.jupiter" to "5.10.2",
// "org.junit.platform" to "1.10.2",
)

subprojects {
Expand Down

0 comments on commit 83f4968

Please sign in to comment.