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 26
26
27
27
# if you've executed sbt assembly previously it will use that instead.
28
28
export JAVA_OPTS=" ${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties"
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 $@ "
29
+ ags=" generate -i modules/swagger-codegen/src/test/resources/2_0/petstore.yaml -l kotlin-client --artifact-id kotlin-petstore-client -o samples/client/petstore/kotlin $@ "
30
30
31
31
java ${JAVA_OPTS} -jar ${executable} ${ags}
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 --artifact-id " kotlin-petstore-client" -i modules\swagger-codegen\src\test\resources\2_0\petstore.yaml -l kotlin -o samples\client\petstore\kotlin
8
+ set ags = generate --artifact-id " kotlin-petstore-client" -i modules\swagger-codegen\src\test\resources\2_0\petstore.yaml -l kotlin-client -o samples\client\petstore\kotlin
9
9
10
10
java %JAVA_OPTS% -jar %executable% %ags%
You can’t perform that action at this time.
0 commit comments