Skip to content

Commit c18946b

Browse files
committed
using java 8 for release
1 parent 1b62d57 commit c18946b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/local_release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
export MAVEN_OPTS="$MAVEN_OPTS -XX:MaxPermSize=1024m -Xmx2048m"
66
export JAVA_OPTS="$JAVA_OPTS -XX:MaxPermSize=1024m -Xmx2048m"
77
# -agentpath:/Applications/jprofiler8/bin/macos/libjprofilerti.jnilib=port=25000
8-
export JAVA_HOME=`/usr/libexec/java_home -v 1.7`
8+
export JAVA_HOME=`/usr/libexec/java_home -v 1.8`
99
echo
1010
java -version
1111
echo

0 commit comments

Comments
 (0)