Skip to content

Commit 75ed148

Browse files
committed
Fix incremental compilation in snunit-undertow
1 parent baeda4b commit 75ed148

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.mill.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ object `snunit-undertow` extends Common.Native with Publish {
118118
}
119119
)
120120
}
121+
// Sometimes it gives problems compiling since our internal API is different
122+
// than the java API in the class files.
123+
def zincIncrementalCompilation = false
121124
}
122125

123126
object `snunit-tapir` extends Common.Native with Publish {

0 commit comments

Comments
 (0)