Skip to content

Commit f81959f

Browse files
committed
fix output folder naming. Add the sample to github action config file.
1 parent 063be84 commit f81959f

35 files changed

Lines changed: 3 additions & 1 deletion

.github/workflows/samples-kotlin-server.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- samples/server/petstore/kotlin-springboot-source-swagger2
4040
- samples/server/petstore/kotlin-springboot-springfox
4141
- samples/server/petstore/kotlin-springboot-x-kotlin-implements
42+
- samples/server/petstore/kotlin-springboot-include-http-request-context-delegate
4243
- samples/server/petstore/kotlin-server/ktor
4344
- samples/server/petstore/kotlin-server/ktor2
4445
- samples/server/petstore/kotlin-server/jaxrs-spec

bin/configs/kotlin-spring-boot-include-http-request-context-delegate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
generatorName: kotlin-spring
2-
outputDir: samples/server/petstore/kotlin-springboot-include-http-request-context-delegate.yaml
2+
outputDir: samples/server/petstore/kotlin-springboot-include-http-request-context-delegate
33
library: spring-boot
44
inputSpec: modules/openapi-generator/src/test/resources/3_0/kotlin/petstore-with-x-kotlin-implements.yaml
55
templateDir: modules/openapi-generator/src/main/resources/kotlin-spring

samples/server/petstore/kotlin-springboot-include-http-request-context-delegate.yaml/.openapi-generator-ignore renamed to samples/server/petstore/kotlin-springboot-include-http-request-context-delegate/.openapi-generator-ignore

File renamed without changes.

samples/server/petstore/kotlin-springboot-include-http-request-context-delegate.yaml/.openapi-generator/FILES renamed to samples/server/petstore/kotlin-springboot-include-http-request-context-delegate/.openapi-generator/FILES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.openapi-generator-ignore
12
README.md
23
build.gradle.kts
34
gradle/wrapper/gradle-wrapper.jar

samples/server/petstore/kotlin-springboot-include-http-request-context-delegate.yaml/.openapi-generator/VERSION renamed to samples/server/petstore/kotlin-springboot-include-http-request-context-delegate/.openapi-generator/VERSION

File renamed without changes.

samples/server/petstore/kotlin-springboot-include-http-request-context-delegate.yaml/README.md renamed to samples/server/petstore/kotlin-springboot-include-http-request-context-delegate/README.md

File renamed without changes.

samples/server/petstore/kotlin-springboot-include-http-request-context-delegate.yaml/build.gradle.kts renamed to samples/server/petstore/kotlin-springboot-include-http-request-context-delegate/build.gradle.kts

File renamed without changes.

samples/server/petstore/kotlin-springboot-include-http-request-context-delegate.yaml/gradle/wrapper/gradle-wrapper.jar renamed to samples/server/petstore/kotlin-springboot-include-http-request-context-delegate/gradle/wrapper/gradle-wrapper.jar

File renamed without changes.

samples/server/petstore/kotlin-springboot-include-http-request-context-delegate.yaml/gradle/wrapper/gradle-wrapper.properties renamed to samples/server/petstore/kotlin-springboot-include-http-request-context-delegate/gradle/wrapper/gradle-wrapper.properties

File renamed without changes.

samples/server/petstore/kotlin-springboot-include-http-request-context-delegate.yaml/gradlew renamed to samples/server/petstore/kotlin-springboot-include-http-request-context-delegate/gradlew

File renamed without changes.

0 commit comments

Comments
 (0)