Skip to content

Commit 1347379

Browse files
committed
enable v1 in example projects using gradle.properties files
1 parent a3db29d commit 1347379

File tree

1 file changed

+14
-3
lines changed
  • dokka-integration-tests/gradle/projects/io

1 file changed

+14
-3
lines changed

dokka-integration-tests/gradle/projects/io/io.diff

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ index c26e65a2..394cfd04 100644
44
+++ b/build-logic/build.gradle.kts
55
@@ -8,6 +8,7 @@ plugins {
66
}
7-
7+
88
repositories {
99
+ /* %{DOKKA_IT_MAVEN_REPO}% */
1010
mavenCentral()
1111
}
12-
12+
1313
diff --git a/build-logic/settings.gradle.kts b/build-logic/settings.gradle.kts
1414
index 4b401d8b..fcfac2c6 100644
1515
--- a/build-logic/settings.gradle.kts
@@ -34,6 +34,17 @@ index 2e45281b..411af247 100644
3434
mavenCentral()
3535
}
3636
}
37+
diff --git a/gradle.properties b/gradle.properties
38+
index cb48c128..21630ed6 100644
39+
--- a/gradle.properties
40+
+++ b/gradle.properties
41+
@@ -9,3 +9,6 @@ kotlin.code.style=official
42+
org.gradle.jvmargs=-Xmx4G
43+
nativeBenchmarksEnabled=true
44+
kotlin.mpp.applyDefaultHierarchyTemplate=false
45+
+
46+
+org.jetbrains.dokka.experimental.gradle.pluginMode=V1Enabled
47+
+org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
3748
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
3849
index 0c32461a..6e8701b8 100644
3950
--- a/gradle/libs.versions.toml
@@ -53,7 +64,7 @@ index 79515254..f4fb9730 100644
5364
+++ b/settings.gradle.kts
5465
@@ -7,6 +7,7 @@ pluginManagement {
5566
includeBuild("build-logic")
56-
67+
5768
repositories {
5869
+ /* %{DOKKA_IT_MAVEN_REPO}% */
5970
mavenCentral()

0 commit comments

Comments
 (0)