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 @@ -5,6 +5,6 @@ If Not Exist %executable% (
5
5
)
6
6
7
7
REM set JAVA_OPTS=%JAVA_OPTS% -Xmx1024M -DloggerPath=conf/log4j.properties
8
- set ags = generate -i modules\openapi-generator\src\test\resources\2_0\petstore.yaml -g android -o samples\client\petstore\android\httpclient -Dlibrary =httpclient
8
+ set ags = generate -i modules\openapi-generator\src\test\resources\2_0\petstore.yaml -g android -o samples\client\petstore\android\httpclient --additional-properties library =httpclient
9
9
10
10
java %JAVA_OPTS% -jar %executable% %ags%
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ echo Removing files and folders under %STUB_DIR%
14
14
del /F /S /Q %STUB_DIR%
15
15
16
16
REM set JAVA_OPTS=%JAVA_OPTS% -Xmx1024M -DloggerPath=conf/log4j.properties
17
- set ags = generate -t modules\openapi-generator\src\main\resources\%GENERATOR% -i %SPEC% -g %GENERATOR% -o %STUB_DIR% -DpackageName =petstore
17
+ set ags = generate -t modules\openapi-generator\src\main\resources\%GENERATOR% -i %SPEC% -g %GENERATOR% -o %STUB_DIR% --additional-properties packageName =petstore
18
18
19
19
java %JAVA_OPTS% -jar %executable% %ags%
20
20
You can’t perform that action at this time.
0 commit comments