mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-19 12:57:11 +00:00
updated urls per #75
This commit is contained in:
@@ -22,7 +22,7 @@ cd $APP_DIR
|
||||
|
||||
# if you've executed sbt assembly previously it will use that instead.
|
||||
export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties"
|
||||
ags="$@ samples/client/petstore/java/JavaPetstoreCodegen.scala http://petstore.swagger.wordnik.com/api/api-docs.json special-key"
|
||||
ags="$@ samples/client/petstore/java/JavaPetstoreCodegen.scala http://petstore.swagger.wordnik.com/api/api-docs special-key"
|
||||
|
||||
if [ -f $APP_DIR/target/scala-2.9.1/swagger-codegen.jar ]; then
|
||||
scala -cp target/scala-2.9.1/swagger-codegen.jar $ags
|
||||
|
||||
Reference in New Issue
Block a user