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.
- package/README.md +1 -1
- 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
|
|
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
|
|