misc/xcheckupdates: improve update preview

This commit is contained in:
Alexander Gehrke 2024-04-04 13:42:31 +02:00
parent e3f60f0704
commit 4cea246186
2 changed files with 3 additions and 2 deletions

View file

@ -11,6 +11,7 @@ opts=(
"-Dsbt.repository.config=$XDG_CONFIG_HOME/sbt/repositories"
"-Dsbt.global.settings=$XDG_CONFIG_HOME/sbt/global"
"-Dsbt.global.plugins=$XDG_CONFIG_HOME/sbt/plugins"
"-Dsbt.override.build.repos=true"
)
export SBT_OPTS=${(j: :)opts}
$(next-in-path sbt $0) $@