Skip to content

Commit

Permalink
Upgrade java-caller to v4 (#373)
Browse files Browse the repository at this point in the history
* Upgrade java-caller to v4

Related to nvuillam/vscode-groovy-lint#217 (comment)

* build
  • Loading branch information
nvuillam committed May 8, 2024
1 parent 5e232ff commit b091e2d
Show file tree
Hide file tree
Showing 5 changed files with 348 additions and 102 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
node_version: ['18']
java_version: ['17','21']
java_version: ['11', '17','21']
java_distrib: [temurin]
os: [ubuntu-latest, macos-latest, windows-latest]
include:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## UNRELEASED

## [14.6.0] 2024-05-08

- Upgrade node-java-caller to v4 to solve issues with Mac

## [14.5.0] 2024-04-28

- Change license to MIT
Expand Down
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## UNRELEASED

## [14.6.0] 2024-05-08

- Upgrade node-java-caller to v4 to solve issues with Mac

## [14.5.0] 2024-04-28

- Change license to MIT

## [14.4.1] 2024-04-16
Expand Down
Loading

0 comments on commit b091e2d

Please sign in to comment.