From b78f03b0d3cd9e72e12528981b64c795c3dca863 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sat, 11 May 2019 21:25:23 -0400 Subject: [PATCH] comment out scriptedIvy --- .travis.yml | 1 - build.sbt | 15 ++++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index ea6789364..4ce21ae57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/build.sbt b/build.sbt index 911420b09..f47cccaf3 100644 --- a/build.sbt +++ b/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 =>