Skip to content

Commit 8688197

Browse files
java: Update to version 0.5.1
1 parent 1937f3c commit 8688197

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

plugins/java.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
2+
"minRuntimeVersion": "0.4.0",
3+
"license": "Apache 2.0",
4+
"downloadUrl": "https://github.com/version-fox/vfox-java/releases/download/v0.5.1/vfox-java-0.5.1.zip",
25
"homepage": "https://github.com/version-fox/vfox-java",
6+
"legacyFilenames": [
7+
".sdkmanrc"
8+
],
39
"description": "Support for multiple JDK distributions, such as: Oracle, Graalvm, Eclipse & more.",
4-
"version": "0.5.0",
5-
"minRuntimeVersion": "0.4.0",
10+
"version": "0.5.1",
611
"name": "java",
712
"notes": [
813
"Listed below are the supported distributions and their short names.",
@@ -12,10 +17,5 @@
1217
" - Temurin: x.y.z-tem",
1318
" - Zulu: x.y.z-zulu",
1419
"Others please see: https://github.com/version-fox/vfox-java"
15-
],
16-
"downloadUrl": "https://github.com/version-fox/vfox-java/releases/download/v0.5.0/vfox-java-0.5.0.zip",
17-
"legacyFilenames": [
18-
".sdkmanrc"
19-
],
20-
"license": "Apache 2.0"
20+
]
2121
}

0 commit comments

Comments
 (0)