Skip to content

Commit e31243b

Browse files
authored
Merge pull request #7855 from jmini/patch-12
[3.0.0] Cleanup work after 'html2' Codegen migration
2 parents b3431da + 91b0dd8 commit e31243b

File tree

4 files changed

+1743
-571
lines changed

4 files changed

+1743
-571
lines changed

bin/html2-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 html2 -o samples/html2 --additional-properties hideGenerationTimestamp=true"
3030

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

bin/windows/html2-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 -i modules\swagger-codegen\src\test\resources\2_0\petstore.yaml -l html2 -o samples\html2
99

10-
REM java %JAVA_OPTS% -jar %executable% %ags%
10+
java %JAVA_OPTS% -jar %executable% %ags%
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.0-SNAPSHOT
1+
3.0.0-SNAPSHOT

0 commit comments

Comments
 (0)