Skip to content

Commit

Permalink
-Dsbt.build.offline=false
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Jun 27, 2020
1 parent fc788e8 commit 10219da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/run-ci-win.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eu
buildWindows() {
git clone https://github.com/sbt/sbt-launcher-package.git
pushd sbt-launcher-package
sbt -Dsbt.build.version=$SBT_VER -Dsbt.build.offline=true clean windows:packageBin
sbt -Dsbt.build.version=$SBT_VER -Dsbt.build.offline=false clean windows:packageBin
mv target/windows/sbt.msi target/windows/sbt-$SBT_VER.msi
popd
}
Expand Down
2 changes: 1 addition & 1 deletion bin/run-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eu
buildLinux() {
git clone https://github.com/sbt/sbt-launcher-package.git
pushd sbt-launcher-package
sbt -Dsbt.build.version=$SBT_VER -Dsbt.build.offline=true clean universal:packageBin universal:packageZipTarball
sbt -Dsbt.build.version=$SBT_VER -Dsbt.build.offline=false clean universal:packageBin universal:packageZipTarball
mv target/universal/sbt.zip target/universal/sbt-$SBT_VER.zip
mv target/universal/sbt.tgz target/universal/sbt-$SBT_VER.tgz
popd
Expand Down

0 comments on commit 10219da

Please sign in to comment.