npm-groovy-lint
Advanced tools
Comparing version 7.4.2 to 7.4.3
# Changelog | ||
## [7.4.3] 2020-08-29 | ||
- Upgrade [java-caller](https://github.com/nvuillam/node-java-caller) to v2.2.0 | ||
- Fix CLASSPATH on windows in case there are spaces in paths | ||
## [7.4.2] 2020-08-26 | ||
@@ -4,0 +9,0 @@ |
@@ -11,3 +11,3 @@ #! /usr/bin/env node | ||
describe("Miscellaneous", function() { | ||
describe("Miscellaneous", function () { | ||
beforeEach(beforeEachTestCase); | ||
@@ -175,3 +175,3 @@ | ||
const requestKey = "requestKeyCalculatedByExternal" + Math.random(); | ||
const delay = os.platform === "win32" ? 500 : 300; | ||
const delay = os.platform() === "win32" ? 500 : 300; | ||
const npmGroovyLintConfig = { | ||
@@ -178,0 +178,0 @@ path: "./lib/example/", |
{ | ||
"name": "npm-groovy-lint", | ||
"version": "7.4.2", | ||
"version": "7.4.3", | ||
"description": "Lint, format and auto-fix your Groovy / Jenkinsfile / Gradle files", | ||
@@ -59,3 +59,3 @@ "main": "index.js", | ||
"ip": "^1.1.5", | ||
"java-caller": "^2.0.0", | ||
"java-caller": "^2.2.0", | ||
"optionator": "^0.8.3", | ||
@@ -62,0 +62,0 @@ "semver": "^7.1.3", |
@@ -400,2 +400,7 @@ <!-- markdownlint-disable MD033 --> | ||
### [7.4.3] 2020-08-29 | ||
- Upgrade [java-caller](https://github.com/nvuillam/node-java-caller) to v2.2.0 | ||
- Fix CLASSPATH on windows in case there are spaces in paths | ||
### [7.4.2] 2020-08-26 | ||
@@ -402,0 +407,0 @@ |
16576573
451
Updatedjava-caller@^2.2.0