Skip to content

Commit

Permalink
enable shading/directories test in sbt 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Feb 24, 2018
1 parent 6242803 commit eea4995
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/sbt-test/shading/directories/build.sbt
Expand Up @@ -10,7 +10,7 @@ assemblyShadeRules in assembly := Seq(

TaskKey[Unit]("check") := {
val expected = "Hello shaded.SomeClass"
val output = Process("java", Seq("-jar", assembly.value.absString)).!!.trim
val output = sys.process.Process("java", Seq("-jar", assembly.value.absString)).!!.trim
if (output != expected) sys.error("Unexpected output: " + output)
}

Expand Down
2 changes: 0 additions & 2 deletions src/sbt-test/shading/directories/project/build.properties

This file was deleted.

0 comments on commit eea4995

Please sign in to comment.