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.
1 parent e6408af commit 8c74344Copy full SHA for 8c74344
configs/community.dbuild
@@ -268,6 +268,8 @@ build += {
268
// makes a "configuration not public" error in specs2-scalaz go away. I got the idea to
269
// try it by googling that phrase and finding https://github.com/sbt/sbt/pull/2345
270
"set every publishMavenStyle := false"
271
+ // https://github.com/etorreborre/specs2/issues/673
272
+ "set excludeFilter in (Test, unmanagedSources) in examplesJvm := HiddenFileFilter || \"StackIsolatedSpec.scala\""
273
]
274
}
275
0 commit comments