Skip to content

Commit da09682

Browse files
Add kotlin.tests.individualTaskReports=true flag
1 parent 4727a75 commit da09682

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

gradle.properties

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ org.gradle.parallel=true
1111
# Dokka plugin eats more memory than usual. Therefore, all builds should have enough.
1212
org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=1024m -XX:+UseParallelGC
1313

14+
# suppress inspection "UnusedProperty"
15+
# The below property enables generation of XML reports for tests.
16+
# If this flag is false, it causes `KotlinTestReport` task to replace these reports with one
17+
# consolidated HTML report.
18+
# See: https://github.com/JetBrains/kotlin/blob/9fd05632f0d7f074b6544527e73eb0fbb2fb1ef2/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/testing/internal/KotlinTestReport.kt#L20
19+
# See: https://youtrack.jetbrains.com/issue/KT-32608
20+
kotlin.tests.individualTaskReports=true
21+
1422
# Enables the Dokka migration mode from v1 to v2.
1523
# For details please see:
1624
# https://kotlinlang.org/docs/dokka-migration.html#enable-migration-helpers

0 commit comments

Comments
 (0)