Skip to content

Commit

Permalink
wip: nixify
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Oct 30, 2024
1 parent d90c3da commit 1ee8002
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions devops/.env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ export VERSION_COMMAND="++ $SCALA_VERSION"
JDK_VERSION_VAR="JDK${JAVA_VERSION}"
export JAVA_HOME="${!JDK_VERSION_VAR}"
export PATH=$JAVA_HOME/bin:$PATH

export COURSIER_CACHE="$HOME/.cache/coursier"
mkdir -p "${COURSIER_CACHE}"

0 comments on commit 1ee8002

Please sign in to comment.