We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81149de commit 743a3a7Copy full SHA for 743a3a7
build.mjs
@@ -3,7 +3,7 @@ import fetch from "node-fetch";
3
import * as tar from "tar";
4
import yargs from "yargs/yargs";
5
6
-const JAVA_VERSION = "21";
+const JAVA_VERSION = "25";
7
const JAVA_PLATFORM = {
8
"linux": "linux-x86_64",
9
"win32": "win32-x86_64",
0 commit comments