Skip to content

Commit

Permalink
SBT took the quote literally
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebman committed Oct 23, 2024
1 parent 04ca64e commit 99d4a28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/available/jake-xdg.plugin.bash
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ export RANCHER_CONFIG_DIR="${XDG_CONFIG_HOME}/rancher"

export GRADLE_USER_HOME="${XDG_DATA_HOME}/gradle"
[ -d ~/.gradle ] && _log_warning "heads up - you have a dangling ~/.gradle folder. It lives in $GRADLE_USER_HOME now"
# TODO: --ivy flag here to also not create ~/.ivy2 folder
export SBT_OPTS="--sbt-dir '${XDG_DATA_HOME}/scala-build-tool'"
# TODO: --ivy flag here to also not create ~/.ivy2 folder; figure out how whitespace is supposed to work in this env var.
export SBT_OPTS="--sbt-dir ${XDG_DATA_HOME}/scala-build-tool"

## XDG_CACHE_HOME
: ${XDG_CACHE_HOME:=${HOME}/.cache}
Expand Down

0 comments on commit 99d4a28

Please sign in to comment.