mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 20:46:26 +02:00
pkg(scala-3.0.0): Add scala 3.0.0
This commit is contained in:
parent
adf97a7df0
commit
389c9be86c
5 changed files with 34 additions and 0 deletions
5
packages/scala/3.0.0/environment
vendored
Normal file
5
packages/scala/3.0.0/environment
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Scala requires JAVA_HOME to be set
|
||||
export JAVA_HOME=$PWD/java
|
||||
export PATH=$PWD/scala/bin:$PATH
|
Loading…
Add table
Add a link
Reference in a new issue