mirror of https://github.com/sbt/sbt.git
bundledLauncherProj needs to be published
This commit is contained in:
parent
b20c2d14e5
commit
d19efc2c1d
|
|
@ -49,7 +49,7 @@ jobs:
|
||||||
cd io
|
cd io
|
||||||
sbt -v +publish
|
sbt -v +publish
|
||||||
cd ../
|
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 -rf "$HOME/.ivy2/local" || true
|
||||||
rm -r $(find $HOME/.sbt/boot -name "*-SNAPSHOT") || true
|
rm -r $(find $HOME/.sbt/boot -name "*-SNAPSHOT") || true
|
||||||
find $HOME/Library/Caches/Coursier/v1 -name "ivydata-*.properties" -delete || true
|
find $HOME/Library/Caches/Coursier/v1 -name "ivydata-*.properties" -delete || true
|
||||||
|
|
|
||||||
|
|
@ -1523,6 +1523,7 @@ def customCommands: Seq[Setting[_]] = Seq(
|
||||||
"conscriptConfigs" ::
|
"conscriptConfigs" ::
|
||||||
"upperModules/compile" ::
|
"upperModules/compile" ::
|
||||||
"upperModules/publishSigned" ::
|
"upperModules/publishSigned" ::
|
||||||
|
"bundledLauncherProj/publishSigned" ::
|
||||||
"bundledLauncherProj/publishLauncher" ::
|
"bundledLauncherProj/publishLauncher" ::
|
||||||
state
|
state
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue