pkg(scala-3.0.0): use compile (#257)

This commit is contained in:
Dan Vargas 2021-05-14 23:24:37 -05:00 committed by GitHub
parent 00bd298665
commit c7764161a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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