Skip to content

Commit

Permalink
java: update openapi generator to 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiokung committed Sep 21, 2019
1 parent 045716c commit 5e33683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi/java.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ popd > /dev/null
source "${SCRIPT_ROOT}/openapi-generator/client-generator.sh"
source "${SETTING_FILE}"

OPENAPI_GENERATOR_COMMIT="${OPENAPI_GENERATOR_COMMIT:-v4.0.0}" \
OPENAPI_GENERATOR_COMMIT="${OPENAPI_GENERATOR_COMMIT:-v4.1.2}" \
CLIENT_LANGUAGE=java; \
CLEANUP_DIRS=(docs src/test/java/io/kubernetes/client/apis src/main/java/io/kubernetes/client/apis src/main/java/io/kubernetes/client/models src/main/java/io/kubernetes/client/auth gradle); \
kubeclient::generator::generate_client "${OUTPUT_DIR}"

0 comments on commit 5e33683

Please sign in to comment.