Skip to content

Commit

Permalink
update license
Browse files Browse the repository at this point in the history
  • Loading branch information
Deskehs committed Aug 14, 2023
1 parent 5120583 commit 7e2ac65
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bucket/graalvm20.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"description": "GraalVM compiles your Java applications ahead of time into standalone binaries that start instantly, provide peak performance with no warmup, and use fewer resources.",
"version": "20.0.2",
"homepage": "https://www.graalvm.org/",
"license": "Proprietary",
"license": {
"identifier": "Freeware",
"url": "https://www.oracle.com/downloads/licenses/graal-free-license.html"
},
"url": "https://download.oracle.com/graalvm/20/archive/graalvm-jdk-20.0.2_windows-x64_bin.zip",
"hash": "3ec83085b54a8de7d0c0ca893d225718cf6ff514f406af6d31a615da63ae9019",
"extract_dir": "graalvm-jdk-20.0.2",
Expand Down

0 comments on commit 7e2ac65

Please sign in to comment.