gerrit.sh: change "1.6" to "1.7"
Support for Java 6 is discontinued in 2.9. Update the message in the script accordingly. Change-Id: Iea663bc2081f93997415df624bd1ef2f6cbafe15
This commit is contained in:
parent
2470203480
commit
b2b5dd5c3a
@ -254,7 +254,7 @@ fi
|
|||||||
if test -z "$JAVA" ; then
|
if test -z "$JAVA" ; then
|
||||||
echo >&2 "Cannot find a JRE or JDK. Please set JAVA_HOME or"
|
echo >&2 "Cannot find a JRE or JDK. Please set JAVA_HOME or"
|
||||||
echo >&2 "container.javaHome in $GERRIT_SITE/etc/gerrit.config"
|
echo >&2 "container.javaHome in $GERRIT_SITE/etc/gerrit.config"
|
||||||
echo >&2 "to a >=1.6 JRE"
|
echo >&2 "to a >=1.7 JRE"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user