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") := {
29
29
30
30
import scala .sys .process ._
31
31
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.!!
33
33
34
34
assert(
35
35
! (output contains " Agent 86" ),
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ TaskKey[Unit]("checkLog") := {
18
18
TaskKey [Unit ](" checkDist" ) := {
19
19
import scala .sys .process ._
20
20
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.!!
22
22
expect(" dist run" , output, " Agent 86" )
23
23
expect(" dist run" , output, " class maxwell.Maxwell" )
24
24
}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ TaskKey[Unit]("check") := {
8
8
9
9
import scala .sys .process ._
10
10
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.!!
12
12
13
13
assert(
14
14
output contains " Agent 86" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ TaskKey[Unit]("check") := {
8
8
9
9
import scala .sys .process ._
10
10
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.!!
12
12
13
13
assert(
14
14
output contains " Agent 86" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ TaskKey[Unit]("check") := {
8
8
9
9
import scala .sys .process ._
10
10
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.!!
12
12
13
13
assert(
14
14
output contains " Agent 86" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ TaskKey[Unit]("check") := {
9
9
10
10
import scala .sys .process ._
11
11
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.!!
13
13
14
14
expect(" dist run" , output, " Agent 86" )
15
15
expect(" dist run" , output, " class maxwell.Maxwell" )
You can’t perform that action at this time.
0 commit comments