Skip to content

Commit 25ab645

Browse files
committed
Uncomment java okhttp client scripts
1 parent 69583e6 commit 25ab645

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

bin/java-petstore-okhttp-gson-parcelable.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ ags="$@ generate -i modules/swagger-codegen/src/test/resources/2_0/petstore-with
3030

3131
rm -rf samples/client/petstore/java/okhttp-gson-parcelableModel/src/main
3232
find samples/client/petstore/java/okhttp-gson-parcelableModel -maxdepth 1 -type f ! -name "README.md" -exec rm {} +
33-
# TODO: uncomment the java commmand when the issue with this script is fixed, see https://github.com/swagger-api/swagger-codegen-generators/issues/52
34-
# java $JAVA_OPTS -jar $executable $ags
33+
java $JAVA_OPTS -jar $executable $ags

bin/java-petstore-okhttp-gson.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ ags="$@ generate -i modules/swagger-codegen/src/test/resources/2_0/petstore-with
3030

3131
rm -rf samples/client/petstore/java/okhttp-gson/src/main
3232
find samples/client/petstore/java/okhttp-gson -maxdepth 1 -type f ! -name "README.md" -exec rm {} +
33-
# TODO: uncomment the java commmand when the issue with this script is fixed, see https://github.com/swagger-api/swagger-codegen-generators/issues/52
34-
# java $JAVA_OPTS -jar $executable $ags
33+
java $JAVA_OPTS -jar $executable $ags

0 commit comments

Comments
 (0)