Skip to content

Commit

Permalink
wip: nixify
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Oct 28, 2024
1 parent e1c510d commit b389eca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion devops/.env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ set -x
export _JAVA_OPTIONS="-Xmx4000M -XX:ReservedCodeCacheSize=384M -XX:NonProfiledCodeHeapSize=256M -XX:MaxMetaspaceSize=1024M"


export SCALA211=$(cat project/Deps.sc | grep 'val scala211 ' | sed -r 's/.*\"(.*)\".**/\1/')
export SCALA212=$(cat project/Deps.sc | grep 'val scala212 ' | sed -r 's/.*\"(.*)\".**/\1/')
export SCALA213=$(cat project/Deps.sc | grep 'val scala213 ' | sed -r 's/.*\"(.*)\".**/\1/')
export SCALA3=$(cat project/Deps.sc | grep 'val scala300 ' | sed -r 's/.*\"(.*)\".**/\1/')
Expand Down

0 comments on commit b389eca

Please sign in to comment.