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

+3
-1
lines changed

.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
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

0 commit comments

Comments
 (0)