Skip to content

Commit a974397

Browse files
committed
[K2] Pass the property to a test fork
1 parent c00f693 commit a974397

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dokka-integration-tests/gradle/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ dependencies {
2222
val aggregatingProject = gradle.includedBuild("dokka")
2323

2424
tasks.integrationTest {
25+
// pass the property to a test fork
26+
project.findProperty("org.jetbrains.dokka.experimental.tryK2")
27+
?.let { systemProperty("org.jetbrains.dokka.experimental.tryK2", it) }
28+
2529
dependsOn(aggregatingProject.task(":publishToMavenLocal"))
2630

2731
environment("DOKKA_VERSION", project.version)

0 commit comments

Comments
 (0)