mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 10:58:55 +00:00
11 lines
285 B
Bash
Executable File
11 lines
285 B
Bash
Executable File
#!/bin/sh
|
|
# update java petstore for all supported http libraries
|
|
|
|
./bin/java-petstore.sh
|
|
./bin/java-petstore-jersey2.sh
|
|
./bin/java-petstore-feign.sh
|
|
./bin/java-petstore-okhttp-gson.sh
|
|
./bin/java-petstore-retrofit.sh
|
|
./bin/java-petstore-retrofit2.sh
|
|
./bin/java-petstore-retrofit2rx.sh
|