Switch ruby client to use openapi-generator (#103)

This commit is contained in:
Akihito Nakano
2019-03-16 13:58:56 +09:00
committed by Kubernetes Prow Robot
parent c07ee54dcb
commit 17c4c90c31
2 changed files with 4 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ pushd "${OUTPUT_DIR}" > /dev/null
OUTPUT_DIR=`pwd` OUTPUT_DIR=`pwd`
popd > /dev/null popd > /dev/null
source "${SCRIPT_ROOT}/swagger-codegen/client-generator.sh" source "${SCRIPT_ROOT}/openapi-generator/client-generator.sh"
source "${SETTING_FILE}" source "${SETTING_FILE}"
CLIENT_LANGUAGE=ruby; \ CLIENT_LANGUAGE=ruby; \

View File

@@ -8,9 +8,9 @@
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>io.swagger</groupId> <groupId>org.openapitools</groupId>
<artifactId>swagger-codegen-maven-plugin</artifactId> <artifactId>openapi-generator-maven-plugin</artifactId>
<version>${swagger-codegen-version}</version> <version>${openapi-generator-version}</version>
<executions> <executions>
<execution> <execution>
<goals> <goals>