Skip to content

Commit

Permalink
Just run Test/compile as compileScoped
Browse files Browse the repository at this point in the history
  • Loading branch information
kciesielski committed Nov 23, 2023
1 parent b15b4aa commit 48f695c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -345,10 +345,7 @@ lazy val rootProject = (project in file("."))
testFinatra := (Test / test).all(filterProject(p => p.contains("finatra"))).value,
compileScoped := Def.inputTaskDyn {
val args = spaceDelimited("<arg>").parsed
Def.task {
Def.taskDyn((Compile / compile).all(filterByVersionAndPlatform(args.head, args(1))))
Def.taskDyn((Test / compile).all(filterByVersionAndPlatform(args.head, args(1))))
}
Def.taskDyn((Test / compile).all(filterByVersionAndPlatform(args.head, args(1))))
}.evaluated,
testScoped := Def.inputTaskDyn {
val args = spaceDelimited("<arg>").parsed
Expand Down

0 comments on commit 48f695c

Please sign in to comment.