@devkong/cli 0.0.67-alpha.17 → 0.0.67-alpha.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -63427,7 +63427,7 @@ var PublishVersionCommand = class {
|
|
|
63427
63427
|
return `${engine} ${escapePathSpaces(mainPyPath)} --schema`;
|
|
63428
63428
|
}
|
|
63429
63429
|
getKotlinBuildCmdTask() {
|
|
63430
|
-
return `${this.wslPrefix} ./gradlew build -Dquarkus.package.main-class=io.kong.sdk.function.template.QuarkusApp`;
|
|
63430
|
+
return `${this.wslPrefix} ./gradlew build -x test -Dquarkus.package.main-class=io.kong.sdk.function.template.QuarkusApp`;
|
|
63431
63431
|
}
|
|
63432
63432
|
getKotlinSchemaCmdTask() {
|
|
63433
63433
|
return `${this.wslPrefix} java -Dquarkus-profile=local -jar build/quarkus-app/quarkus-run.jar --schema`;
|