Codegen location changed

This commit is contained in:
Eric Schultz 2019-02-08 11:06:18 -06:00
parent a7b56c80ae
commit 3d446e960c

View file

@ -2,5 +2,5 @@
if [ ! -e .bin/swagger-codegen-cli.jar ]
then
curl https://oss.sonatype.org/content/repositories/releases/io/swagger/swagger-codegen-cli/2.3.1/swagger-codegen-cli-2.3.1.jar -o .bin/swagger-codegen-cli.jar --create-dirs
fi
curl https://repo1.maven.org:443/content/repositories/releases/io/swagger/swagger-codegen-cli/2.3.1/swagger-codegen-cli-2.3.1.jar -o .bin/swagger-codegen-cli.jar --create-dirs
fi