Skip to content

Commit

Permalink
update download URL of openapi-generator jar
Browse files Browse the repository at this point in the history
  • Loading branch information
dansan committed Mar 19, 2020
1 parent 0a2fdd8 commit 9e03b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_openapi_client
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if not inspect.isfunction(pip_main):


DOCKER_IMAGE = "openapitools/openapi-generator-cli:latest"
JAR_URL = "http://central.maven.org/maven2/org/openapitools/openapi-generator-cli/4.2.0/openapi-generator-cli-4.2.0.jar"
JAR_URL = "https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/4.2.3/openapi-generator-cli-4.2.3.jar"
TARGET_PYTHON_PACKAGE_NAME = "openapi_client_udm"
TARGET_SCHEMA_FILENAME = "udm_openapi.json"
OPENAPI_GENERATE_COMMAND_COMMON = (
Expand Down

0 comments on commit 9e03b99

Please sign in to comment.