We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
build
1 parent 3fe3154 commit 5853ab4Copy full SHA for 5853ab4
build.sbt
@@ -15,7 +15,7 @@ lazy val commonSettings = Seq(
15
16
val alias: Seq[sbt.Def.Setting[?]] =
17
addCommandAlias("check", "all versionPolicyCheck Compile/doc") ++
18
- addCommandAlias("build", "+all compile test")
+ addCommandAlias("build", "all compile test")
19
20
lazy val root = (project in file(".")
21
settings (name := "cassandra-sync")
0 commit comments