File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
export JAVA_OPTS=" ${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties"
29
29
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 $@ "
30
30
31
- # java ${JAVA_OPTS} -jar ${executable} ${ags}
31
+ java ${JAVA_OPTS} -jar ${executable} ${ags}
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ If Not Exist %executable% (
7
7
REM set JAVA_OPTS=%JAVA_OPTS% -Xmx1024M -DloggerPath=conf/log4j.properties
8
8
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
9
9
10
- REM java %JAVA_OPTS% -jar %executable% %ags%
10
+ java %JAVA_OPTS% -jar %executable% %ags%
You can’t perform that action at this time.
0 commit comments