Skip to content

Commit

Permalink
docs: fix required java version (#341)
Browse files Browse the repository at this point in the history
* docs: fix required java version

* update from 'npm run build'

* Revert "update from 'npm run build'"

This reverts commit d04dfbc.

* take 2: appease GH action check

---------

Co-authored-by: Nicolas Vuillamy <[email protected]>
  • Loading branch information
ariyonaty and nvuillam authored Dec 16, 2023
1 parent 1ed8853 commit 716e4bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Any **question**, **problem** or **enhancement request** ? Ask [**here**](https:
- If you have issues with v9, install previous version with `npm install -g [email protected]`
- 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/)
- 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.
- 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.

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Any **question**, **problem** or **enhancement request** ? Ask [**here**](https:
- If you have issues with v9, install previous version with `npm install -g [email protected]`
- 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/)
- 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.
- 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.

## Configuration

Expand Down

0 comments on commit 716e4bf

Please sign in to comment.