Switch ruby client to use openapi-generator (#103)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
c07ee54dcb
commit
17c4c90c31
@@ -43,7 +43,7 @@ pushd "${OUTPUT_DIR}" > /dev/null
|
||||
OUTPUT_DIR=`pwd`
|
||||
popd > /dev/null
|
||||
|
||||
source "${SCRIPT_ROOT}/swagger-codegen/client-generator.sh"
|
||||
source "${SCRIPT_ROOT}/openapi-generator/client-generator.sh"
|
||||
source "${SETTING_FILE}"
|
||||
|
||||
CLIENT_LANGUAGE=ruby; \
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>io.swagger</groupId>
|
||||
<artifactId>swagger-codegen-maven-plugin</artifactId>
|
||||
<version>${swagger-codegen-version}</version>
|
||||
<groupId>org.openapitools</groupId>
|
||||
<artifactId>openapi-generator-maven-plugin</artifactId>
|
||||
<version>${openapi-generator-version}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
|
||||
Reference in New Issue
Block a user