We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00f693 commit a974397Copy full SHA for a974397
dokka-integration-tests/gradle/build.gradle.kts
@@ -22,6 +22,10 @@ dependencies {
22
val aggregatingProject = gradle.includedBuild("dokka")
23
24
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
+
29
dependsOn(aggregatingProject.task(":publishToMavenLocal"))
30
31
environment("DOKKA_VERSION", project.version)
0 commit comments