Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit d7156e5

Browse files
committed
Conditionally generate ApiCOnfiguration, fix artifactId warning
1 parent 9e5214b commit d7156e5

File tree

19 files changed

+20
-1634
lines changed

19 files changed

+20
-1634
lines changed

samples/client/3_0_3_unit_test/kotlin/.openapi-generator/FILES

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ src/main/kotlin/org/openapijsonschematools/client/components/schemas/Uniqueitems
179179
src/main/kotlin/org/openapijsonschematools/client/components/schemas/UriFormat.kt
180180
src/main/kotlin/org/openapijsonschematools/client/components/schemas/UriReferenceFormat.kt
181181
src/main/kotlin/org/openapijsonschematools/client/components/schemas/UriTemplateFormat.kt
182-
src/main/kotlin/org/openapijsonschematools/client/configurations/ApiConfiguration.kt
183182
src/main/kotlin/org/openapijsonschematools/client/configurations/JsonSchemaKeywordFlags.kt
184183
src/main/kotlin/org/openapijsonschematools/client/configurations/SchemaConfiguration.kt
185184
src/main/kotlin/org/openapijsonschematools/client/exceptions/ApiException.kt

samples/client/3_0_3_unit_test/kotlin/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# unit-test-api
1+
#
22
sample spec for testing openapi functionality, built from json schema tests for draft6
33

44
This Kotlin package is automatically generated by the [OpenAPI JSON Schema Generator](https://github.com/openapi-json-schema-tools/openapi-json-schema-generator) project:
@@ -27,12 +27,12 @@ Add this dependency to your project's build file:
2727

2828
```
2929
repositories {
30-
mavenCentral() // Needed if the 'unit-test-api' jar has been published to maven centra
31-
mavenLocal() // Needed if the 'unit-test-api' jar has been published to the local maven repo
30+
mavenCentral() // Needed if the '' jar has been published to maven centra
31+
mavenLocal() // Needed if the '' jar has been published to the local maven repo
3232
}
3333
3434
dependencies {
35-
implementation "org.openapijsonschematools:unit-test-api:0.0.1"
35+
implementation "org.openapijsonschematools::0.0.1"
3636
}
3737
```
3838

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
rootProject.name = "unit-test-api"
1+
rootProject.name = ""
22

samples/client/3_0_3_unit_test/kotlin/src/main/kotlin/org/openapijsonschematools/client/configurations/ApiConfiguration.kt

Lines changed: 0 additions & 101 deletions
This file was deleted.

samples/client/3_0_3_unit_test/kotlin/src/test/kotlin/org/openapijsonschematools/client/header/ContentHeaderTest.kt

Lines changed: 0 additions & 120 deletions
This file was deleted.

0 commit comments

Comments
 (0)