Skip to content

Commit d673b58

Browse files
committed
[config] update repo path to JDK10
1 parent 3ef549d commit d673b58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
JAVA_VERSION="9.0.1+11"
4-
JAVA_REPO="http://hg.openjdk.java.net/jdk-updates/jdk9u/"
3+
JAVA_VERSION="10+23"
4+
JAVA_REPO="http://hg.openjdk.java.net/jdk10/jdk10/"
55
SCRIPTDIR="/opt/jdkcross"
66

77
BUILDDIR="/build"

0 commit comments

Comments
 (0)