File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ TaskKey[Unit]("check") := {
2929
3030 import scala .sys .process ._
3131 val output =
32- ((Universal / stagingDirectory).value / " bin" / packageName.value).absolutePath.!!
32+ ((Universal / com.typesafe.sbt.packager.universal. UniversalPlugin .autoImport. stagingDirectory).value / " bin" / packageName.value).absolutePath.!!
3333
3434 assert(
3535 ! (output contains " Agent 86" ),
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ TaskKey[Unit]("checkLog") := {
1818TaskKey [Unit ](" checkDist" ) := {
1919 import scala .sys .process ._
2020 val output =
21- ((Universal / stagingDirectory).value / " bin" / packageName.value).absolutePath.!!
21+ ((Universal / com.typesafe.sbt.packager.universal. UniversalPlugin .autoImport. stagingDirectory).value / " bin" / packageName.value).absolutePath.!!
2222 expect(" dist run" , output, " Agent 86" )
2323 expect(" dist run" , output, " class maxwell.Maxwell" )
2424}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ TaskKey[Unit]("check") := {
88
99 import scala .sys .process ._
1010 val output =
11- ((Universal / stagingDirectory).value / " bin" / packageName.value).absolutePath.!!
11+ ((Universal / com.typesafe.sbt.packager.universal. UniversalPlugin .autoImport. stagingDirectory).value / " bin" / packageName.value).absolutePath.!!
1212
1313 assert(
1414 output contains " Agent 86" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ TaskKey[Unit]("check") := {
88
99 import scala .sys .process ._
1010 val output =
11- ((Universal / stagingDirectory).value / " bin" / packageName.value).absolutePath.!!
11+ ((Universal / com.typesafe.sbt.packager.universal. UniversalPlugin .autoImport. stagingDirectory).value / " bin" / packageName.value).absolutePath.!!
1212
1313 assert(
1414 output contains " Agent 86" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ TaskKey[Unit]("check") := {
88
99 import scala .sys .process ._
1010 val output =
11- ((Universal / stagingDirectory).value / " bin" / packageName.value).absolutePath.!!
11+ ((Universal / com.typesafe.sbt.packager.universal. UniversalPlugin .autoImport. stagingDirectory).value / " bin" / packageName.value).absolutePath.!!
1212
1313 assert(
1414 output contains " Agent 86" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ TaskKey[Unit]("check") := {
99
1010 import scala .sys .process ._
1111 val output =
12- ((Universal / stagingDirectory).value / " bin" / packageName.value).absolutePath.!!
12+ ((Universal / com.typesafe.sbt.packager.universal. UniversalPlugin .autoImport. stagingDirectory).value / " bin" / packageName.value).absolutePath.!!
1313
1414 expect(" dist run" , output, " Agent 86" )
1515 expect(" dist run" , output, " class maxwell.Maxwell" )
You can’t perform that action at this time.
0 commit comments