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 7fbad41 commit 8f81c0fCopy full SHA for 8f81c0f
scalalib/src/mill/scalalib/SemanticDbJavaModule.scala
@@ -224,7 +224,7 @@ object SemanticDbJavaModule {
224
225
// copy over all found semanticdb-files into the target directory
226
// but with corrected directory layout
227
- os.walk(classesDir, preOrder = true)
+ if (os.exists(classesDir)) os.walk(classesDir, preOrder = true)
228
.filter(os.isFile)
229
.foreach { p =>
230
if (p.ext == "semanticdb") {
0 commit comments