build prod with java 8

pull/5656/head
Thibault Duplessis 2019-11-17 00:04:20 -06:00
parent 507cf46762
commit b85628cf5a
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#!/bin/sh -e
. bin/lilarc
export PATH="/usr/lib/jvm/java-8-openjdk/jre/bin/:$PATH"
mode=$1
if [ -z $mode ]; then