We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 255a4e3 commit 9e9a76aCopy full SHA for 9e9a76a
build.sbt
@@ -18,9 +18,9 @@ lazy val transaction = subModule("transaction")
18
.aggregate(basics)
19
.dependsOn(basics)
20
.settings(commonSettings: _*)
21
- .settings(
22
- testOptions in Test := Seq(Tests.Filter(_.matches(".*TestSuite$")))
23
- )
+// .settings(
+// testOptions in Test := Seq(Tests.Filter(_.matches(".*TestSuite$")))
+// )
24
25
lazy val consensus = subModule("consensus")
26
scorex-transaction/src/test/resources/application.conf
@@ -0,0 +1,4 @@
1
+app {
2
+ product = "Scorex"
3
+ release = "Lagonaki"
4
+}
0 commit comments