mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-07 04:56:10 +00:00
Generate kotlin 'client-string' sample (#369)
* Move pom to 'samples.ci' * Regenerate 'samples/client/petstore/kotlin-string'
This commit is contained in:
committed by
William Cheng
parent
58c45b9b75
commit
e1c9a924c0
@@ -30,3 +30,5 @@ export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/
|
||||
ags="generate -t modules/openapi-generator/src/main/resources/kotlin-client -i modules/openapi-generator/src/test/resources/2_0/petstore.yaml -l kotlin --artifact-id kotlin-petstore-string -D dateLibrary=string -o samples/client/petstore/kotlin-string $@"
|
||||
|
||||
java ${JAVA_OPTS} -jar ${executable} ${ags}
|
||||
|
||||
cp samples.ci/client/petstore/kotlin-string/pom.xml samples/client/petstore/kotlin-string/pom.xml
|
||||
Reference in New Issue
Block a user