@devkong/cli 0.0.37 → 0.0.38
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
|
@@ -81697,7 +81697,7 @@ var PublishVersionCommand = class {
|
|
|
81697
81697
|
return `${engine} ${escapePathSpaces(mainPyPath)} --schema`;
|
|
81698
81698
|
}
|
|
81699
81699
|
getKotlinBuildCmdTask() {
|
|
81700
|
-
return `${this.wslPrefix} ./gradlew build -Dquarkus.package.main-class=io.kong.sdkkotlin.
|
|
81700
|
+
return `${this.wslPrefix} ./gradlew build -Dquarkus.package.main-class=io.kong.sdkkotlin.QuarkusApp`;
|
|
81701
81701
|
}
|
|
81702
81702
|
getKotlinSchemaCmdTask() {
|
|
81703
81703
|
return `${this.wslPrefix} java -Dquarkus-profile=local -jar build/quarkus-app/quarkus-run.jar --schema`;
|