Skip to content

Commit 7586aa5

Browse files
committed
Fix for new Kotlin
By default, it starts a daemon, but uses IT local repo, hence m-clean-p fails on Windows.
1 parent 52d922f commit 7586aa5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/it/MCOMPILER-567-kt/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
<packaging>jar</packaging>
2626
<name>MCOMPILER-567-kt</name>
2727

28+
<properties>
29+
<kotlin.compiler.daemon>false</kotlin.compiler.daemon>
30+
</properties>
31+
2832
<dependencies>
2933
<dependency>
3034
<groupId>org.jetbrains.kotlin</groupId>

0 commit comments

Comments
 (0)