forked from loafle/openapi-generator-original
* Fix issue #6867 : The apiPackage option is ignored in the template for Java Play Framework. * use openjdk7 in travis to ensure it works with jdk7
11 lines
549 B
Bash
Executable File
11 lines
549 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./bin/java-play-framework-petstore-server.sh
|
|
./bin/java-play-framework-petstore-server-controller-only.sh
|
|
./bin/java-play-framework-petstore-server-no-bean-validation.sh
|
|
./bin/java-play-framework-petstore-server-no-exception-handling.sh
|
|
./bin/java-play-framework-petstore-server-no-interface.sh
|
|
./bin/java-play-framework-petstore-server-no-swagger-ui.sh
|
|
./bin/java-play-framework-petstore-server-no-wrap-calls.sh
|
|
./bin/java-play-framework-petstore-server-fake-endpoints.sh
|
|
./bin/java-play-framework-petstore-server-api-package-override.sh |