Skip to content

Commit 79f368f

Browse files
jandrlikjudovana
authored andcommitted
bumping the release of the jtregs, to feature the new jtrfix for compilation errors
1 parent 11da8c5 commit 79f368f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

run.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ echo "treating jdk as: $JDK_MAJOR"
109109

110110
if [ ! -e "$JTREG_HOME" ] ; then
111111
if [ "0$JDK_MAJOR" -le "8" ] ; then
112-
ball=jtreg-6+1-jtrfix.tar.gz
113-
curl -L -o "$ball" "https://github.com/andrlos/jtreg/releases/download/6.1-jtrfix-V01.0/$ball"
112+
ball=jtreg-6+2-jtrfix.tar.gz
113+
curl -L -o "$ball" "https://github.com/andrlos/jtreg/releases/download/6.2-jtrfix-V01.0/$ball"
114114
else
115-
ball=jtreg-7.3.1+1-jtrfix.tar.gz
116-
curl -L -o "$ball" "https://github.com/andrlos/jtreg/releases/download/7.3.1%2B1-jtrfix-V01.0/$ball"
115+
ball=jtreg-7.3.1+2-jtrfix.tar.gz
116+
curl -L -o "$ball" "https://github.com/andrlos/jtreg/releases/download/7.3.1%2B2-jtrfix-V01.0/$ball"
117117
fi
118118
tar -xf $ball
119119
fi

0 commit comments

Comments
 (0)