Skip to content

Commit 35ca55c

Browse files
committed
Disable Kotlin Compiler daemon
1 parent 5d015b0 commit 35ca55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ script:
2424
# Display Gradle, Groovy, JVM and other versions
2525
- ./gradlew -version
2626
# Build JUnit 5
27-
- ./gradlew build --scan --stacktrace
27+
- ./gradlew build --scan --stacktrace -Dkotlin.compiler.execution.strategy="in-process"

0 commit comments

Comments
 (0)