@kie-tools/backend-extended-services
Advanced tools
Comparing version 0.22.0 to 0.23.0
@@ -26,3 +26,3 @@ /* | ||
__dirname, | ||
`kogito-extended-services-quarkus/target/kogito-extended-services-quarkus-${buildEnv.global.version}-runner.jar` | ||
`kogito-extended-services-quarkus/target/kogito-extended-services-quarkus-${buildEnv.backendExtendedServices.version}-runner.jar` | ||
); | ||
@@ -29,0 +29,0 @@ if (!fs.existsSync(jarPath)) { |
{ | ||
"name": "@kie-tools/backend-extended-services", | ||
"version": "0.22.0", | ||
"version": "0.23.0", | ||
"description": "", | ||
@@ -20,5 +20,5 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@kie-tools-core/maven-config-setup-helper": "0.22.0", | ||
"@kie-tools-core/run-script-if": "0.22.0", | ||
"@kie-tools/build-env": "0.22.0" | ||
"@kie-tools/maven-config-setup-helper": "0.23.0", | ||
"@kie-tools/root-env": "0.23.0", | ||
"run-script-os": "^1.1.6" | ||
}, | ||
@@ -34,4 +34,4 @@ "kieTools": { | ||
"build:prod": "pnpm lint && run-script-os", | ||
"build:prod:darwin:linux": "pnpm install:mvnw && mvn clean install -DskipTests=$(build-env global.build.test --not)", | ||
"build:prod:win32": "pnpm install:mvnw && pnpm powershell \"mvn clean install `-DskipTests=$(build-env global.build.test --not)\"", | ||
"build:prod:darwin:linux": "pnpm install:mvnw && mvn clean install -DskipTests=$(build-env tests.run --not) -Dmaven.test.failure.ignore=$(build-env tests.ignoreFailures)", | ||
"build:prod:win32": "pnpm install:mvnw && pnpm powershell \"mvn clean install `-DskipTests=$(build-env tests.run --not) `-Dmaven.test.failure.ignore=$(build-env tests.ignoreFailures)\"", | ||
"install": "node install.js", | ||
@@ -38,0 +38,0 @@ "install:mvnw": "mvn wrapper:wrapper -f kogito-extended-services-quarkus", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18375809