mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-12 18:47:13 +01:00
Fix issue where bloop didn't pick up test resources' (#518)
This commit is contained in:
parent
e4d26e717a
commit
b45bf246cc
1 changed files with 1 additions and 3 deletions
|
@ -105,9 +105,7 @@ lazy val commonTestWithDbSettings = Seq(
|
|||
Test / parallelExecution := false
|
||||
) ++ commonTestSettings
|
||||
|
||||
lazy val commonProdSettings = Seq(
|
||||
Test / bloopGenerate := None
|
||||
) ++ commonSettings
|
||||
lazy val commonProdSettings = commonSettings
|
||||
|
||||
lazy val bitcoins = project
|
||||
.in(file("."))
|
||||
|
|
Loading…
Add table
Reference in a new issue