Skip to content

Commit 743a3a7

Browse files
Update to Java 25 (#61)
1 parent 81149de commit 743a3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import fetch from "node-fetch";
33
import * as tar from "tar";
44
import yargs from "yargs/yargs";
55

6-
const JAVA_VERSION = "21";
6+
const JAVA_VERSION = "25";
77
const JAVA_PLATFORM = {
88
"linux": "linux-x86_64",
99
"win32": "win32-x86_64",

0 commit comments

Comments
 (0)