bundledLauncherProj needs to be published

This commit is contained in:
Eugene Yokota 2020-11-15 23:38:48 -05:00
parent b20c2d14e5
commit d19efc2c1d
2 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,7 @@ jobs:
cd io
sbt -v +publish
cd ../
sbt -Dsbtlm.path=$HOME/work/sbt/sbt/librarymanagement -Dsbtzinc.path=$HOME/work/sbt/sbt/zinc -Dsbt.build.fatal=false "+lowerUtils/publish; {librarymanagement}/publish; {zinc}/publish; upperModules/publish"
sbt -Dsbtlm.path=$HOME/work/sbt/sbt/librarymanagement -Dsbtzinc.path=$HOME/work/sbt/sbt/zinc -Dsbt.build.fatal=false "+lowerUtils/publish; {librarymanagement}/publish; {zinc}/publish; upperModules/publish; bundledLauncherProj/publish"
rm -rf "$HOME/.ivy2/local" || true
rm -r $(find $HOME/.sbt/boot -name "*-SNAPSHOT") || true
find $HOME/Library/Caches/Coursier/v1 -name "ivydata-*.properties" -delete || true

View File

@ -1523,6 +1523,7 @@ def customCommands: Seq[Setting[_]] = Seq(
"conscriptConfigs" ::
"upperModules/compile" ::
"upperModules/publishSigned" ::
"bundledLauncherProj/publishSigned" ::
"bundledLauncherProj/publishLauncher" ::
state
},