mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 02:55:19 +00:00
7cf027fbf5
* [kotlin] update dependencies * [kotlin][client] complete gson integration * [kotlin][client] run petstores * [kotlin][client] fix JsonMediaType and update petstores * Add kotlin client gson to pom.xml * Remove org.json dependency * Try to fix kotlin-gson build * Add kotlin client nonpublic to pom.xml * Update samples * try to fix build * try to fix build * try to fix build * try to fix build * [kotlin][client] restore libraries version * [kotlin][client] update kotlin version * [kotlin][client] update some libraries versions * [kotlin][client] update some libraries versions * [kotlin][client] add kotlin-gson and kotlin-nonpublic to CI test suit * [kotlin][client] update some libraries versions * try to fix build * try to fix build
10 lines
245 B
Bash
Executable File
10 lines
245 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./bin/kotlin-client-gson.sh
|
|
./bin/kotlin-client-nonpublic.sh
|
|
./bin/kotlin-client-okhttp3.sh
|
|
./bin/kotlin-client-petstore-multiplatform.sh
|
|
./bin/kotlin-client-petstore.sh
|
|
./bin/kotlin-client-string.sh
|
|
./bin/kotlin-client-threetenbp.sh
|