Skip to content

Commit

Permalink
fix: update gatling-enterprise-plugin-commons and packager name shoul…
Browse files Browse the repository at this point in the history
…d be js-cli
  • Loading branch information
notdryft committed Jul 24, 2024
1 parent 05e7548 commit e9e9649
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/cli/src/enterprise.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const javaArgsFromPluginOptions = (options: EnterprisePluginOptions) => {
if (options.controlPlaneUrl !== undefined) {
javaArgs.push(`-Dgatling.enterprise.controlPlaneUrl=${options.controlPlaneUrl}`);
}
javaArgs.push("-Dgatling.enterprise.buildTool=JS_CLI");
javaArgs.push("-Dgatling.enterprise.buildTool=js-cli");
javaArgs.push(`-Dgatling.enterprise.pluginVersion=${versions.gatling.jsAdapter}`);

if (options.nonInteractive) {
Expand Down
2 changes: 1 addition & 1 deletion jvm/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ val coursierVersion = "2.1.10"
val gatlingVersion = "3.11.5"

// bit weird cause this is not a dependency of this project
val gatlingEnterpriseComponentPluginVersion = "1.9.5"
val gatlingEnterpriseComponentPluginVersion = "1.9.6"

lazy val root = (project in file("."))
.aggregate(adapter, java2ts)
Expand Down

0 comments on commit e9e9649

Please sign in to comment.