Skip to content

Commit 896c691

Browse files
committed
Uncomment java command for kotlin-client petstore scripts
1 parent b33abfd commit 896c691

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/kotlin-client-petstore.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ fi
2828
export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties"
2929
ags="generate -i modules/swagger-codegen/src/test/resources/2_0/petstore.yaml -l kotlin --artifact-id kotlin-petstore-client -o samples/client/petstore/kotlin $@"
3030

31-
# java ${JAVA_OPTS} -jar ${executable} ${ags}
31+
java ${JAVA_OPTS} -jar ${executable} ${ags}

bin/windows/kotlin-client-petstore.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ If Not Exist %executable% (
77
REM set JAVA_OPTS=%JAVA_OPTS% -Xmx1024M -DloggerPath=conf/log4j.properties
88
set ags=generate --artifact-id "kotlin-petstore-client" -i modules\swagger-codegen\src\test\resources\2_0\petstore.yaml -l kotlin -o samples\client\petstore\kotlin
99

10-
REM java %JAVA_OPTS% -jar %executable% %ags%
10+
java %JAVA_OPTS% -jar %executable% %ags%

0 commit comments

Comments
 (0)