pkg(scala-3.0.0): use compile

This commit is contained in:
Dan Vargas 2021-05-14 18:20:23 -05:00
parent 00bd298665
commit 5740879402
5 changed files with 26 additions and 18 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Scala requires JAVA_HOME to be set
export JAVA_HOME=$PWD/java
export PATH=$PWD/scala/bin:$PATH
export JAVA_HOME=$PWD
export PATH=$PWD/bin:$PATH