mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-17 14:20:54 +00:00
10 lines
250 B
Bash
Executable File
10 lines
250 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
|