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`
|
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; \
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user