mirror of https://github.com/sbt/sbt.git
comment out scriptedIvy
This commit is contained in:
parent
3a0ce65362
commit
b78f03b0d3
|
|
@ -48,7 +48,6 @@ script: sbt -Dfile.encoding=UTF8
|
|||
scalafmtCheckAll
|
||||
whitesourceCheckPolicies
|
||||
test
|
||||
scriptedIvy
|
||||
packagedArtifacts # ensure that all artifacts for publish package without failure
|
||||
|
||||
before_cache:
|
||||
|
|
|
|||
15
build.sbt
15
build.sbt
|
|
@ -285,13 +285,14 @@ lazy val lmScriptedTest = (project in file("scripted-test"))
|
|||
scriptedBufferLog := false
|
||||
).enablePlugins(SbtScriptedIT)
|
||||
|
||||
addCommandAlias("scriptedIvy", Seq(
|
||||
"lmCore/publishLocal",
|
||||
"lmIvy/publishLocal",
|
||||
"lmScriptedTest/clean",
|
||||
"""set ThisBuild / scriptedTestLMImpl := "ivy"""",
|
||||
"""set ThisBuild / scriptedLaunchOpts += "-Ddependency.resolution=ivy" """,
|
||||
"lmScriptedTest/scripted").mkString(";",";",""))
|
||||
// we are updating the nightly process, so we are commenting this out for now
|
||||
// addCommandAlias("scriptedIvy", Seq(
|
||||
// "lmCore/publishLocal",
|
||||
// "lmIvy/publishLocal",
|
||||
// "lmScriptedTest/clean",
|
||||
// """set ThisBuild / scriptedTestLMImpl := "ivy"""",
|
||||
// """set ThisBuild / scriptedLaunchOpts += "-Ddependency.resolution=ivy" """,
|
||||
// "lmScriptedTest/scripted").mkString(";",";",""))
|
||||
|
||||
def customCommands: Seq[Setting[_]] = Seq(
|
||||
commands += Command.command("release") { state =>
|
||||
|
|
|
|||
Loading…
Reference in New Issue