File tree Expand file tree Collapse file tree 4 files changed +1743
-571
lines changed Expand file tree Collapse file tree 4 files changed +1743
-571
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 html2 -o samples/html2 --additional-properties hideGenerationTimestamp=true"
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 -i modules\swagger-codegen\src\test\resources\2_0\petstore.yaml -l html2 -o samples\html2
9
9
10
- REM java %JAVA_OPTS% -jar %executable% %ags%
10
+ java %JAVA_OPTS% -jar %executable% %ags%
Original file line number Diff line number Diff line change 1
- 2.3 .0-SNAPSHOT
1
+ 3.0 .0-SNAPSHOT
You can’t perform that action at this time.
0 commit comments