File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -109,11 +109,11 @@ echo "treating jdk as: $JDK_MAJOR"
109
109
110
110
if [ ! -e " $JTREG_HOME " ] ; then
111
111
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 "
114
114
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 "
117
117
fi
118
118
tar -xf $ball
119
119
fi
You can’t perform that action at this time.
0 commit comments