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.
2 parents 79321bd + 72a191f commit 7d954bcCopy full SHA for 7d954bc
sbt-dotty/sbt-test/source-dependencies/compactify/build.sbt
@@ -2,4 +2,4 @@ TaskKey[Unit]("output-empty") := {
2
val outputDirectory = (classDirectory in Compile).value
3
val classes = (outputDirectory ** "*.class").get
4
if (classes.nonEmpty) sys.error("Classes existed:\n\t" + classes.mkString("\n\t")) else ()
5
-}
+}
0 commit comments