forked from j62/ctbrec
1
0
Fork 0

Remove JAVA_HOME variable

This commit is contained in:
0xb00bface 2020-07-26 16:00:12 +02:00
parent 81643545d2
commit e2fdda32db
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
#!/bin/bash
export JAVA_HOME=/opt/jdk-11.0.1
mvn clean
mvn -Djavafx.platform=win package verify
mvn -Djavafx.platform=linux package verify