Skip to content

Commit

Permalink
Change license to MIT (#372)
Browse files Browse the repository at this point in the history
* Set MIT License

* build

* Test with Java 21
  • Loading branch information
nvuillam committed Apr 28, 2024
1 parent b08420b commit c8c5023
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1,345 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']
java_version: ['17','21']
java_distrib: [temurin]
os: [ubuntu-latest, macos-latest, windows-latest]
include:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## UNRELEASED

- Change license to MIT

## [14.4.1] 2024-04-16

- Upgrade tar to avoid CVE
Expand Down
Loading

0 comments on commit c8c5023

Please sign in to comment.