npm-groovy-lint 13.0.3-beta202312161435.0 → 14.0.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -140,7 +140,7 @@ Any **question**, **problem** or **enhancement request** ? Ask [**here**](https:
140
140
 
141
141
  - If you have issues with v9, install previous version with `npm install -g npm-groovy-lint@8.2.0`
142
142
  - Node.js >= 12 is required to run this package. If you can't upgrade, you can use [nvm](https://github.com/nvm-sh/nvm) to have [different node versions on your computer](https://www.sitepoint.com/quick-tip-multiple-versions-node-nvm/)
143
- - If you do not have java (from 8 to 14) installed on your computer npm-groovy-lint will install them for you, so the first run may be long.
143
+ - If you do not have java 17 installed on your computer, npm-groovy-lint will install them for you, so the first run may be long.
144
144
 
145
145
  ## Configuration
146
146
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npm-groovy-lint",
3
- "version": "13.0.3-beta202312161435.0",
3
+ "version": "14.0.0",
4
4
  "description": "Lint, format and auto-fix your Groovy / Jenkinsfile / Gradle files",
5
5
  "main": "index.js",
6
6
  "scripts": {