mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-06 10:35:25 +00:00
a2c4f0baf4
* Implemented support for Play! 2.5.x / java8 * Added petstore sample for play25 * implemented play25 support implemented version switch via playVersion config option * fixed compilation failure after merge * Disabled generation of CustomInstantDeserializer if dateLibrary equals to java8
8 lines
195 B
Bash
Executable File
8 lines
195 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./bin/java-petstore-retrofit2-play24.sh
|
|
./bin/java-petstore-retrofit2-play25.sh
|
|
./bin/java-petstore-retrofit2.sh
|
|
./bin/java-petstore-retrofit2rx.sh
|
|
./bin/java-petstore-retrofit2rx2.sh
|