Skip to content

Commit f202698

Browse files
authored
Fix build aggregate kdoc (#6715)
1 parent c07178b commit f202698

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

gradle/repositories.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ listOf(pluginManagement.repositories, dependencyResolutionManagement.repositorie
3838
includeModule("com.gradleup.gratatouille", "gratatouille-processor")
3939
}
4040
}
41+
maven("https://storage.googleapis.com/apollo-previews/m2") {
42+
content {
43+
includeGroup("org.jetbrains.dokka")
44+
}
45+
}
4146

4247
if (rootProject.name == "build-logic" || it === pluginManagement.repositories) {
4348
// repositories only used at build time

0 commit comments

Comments
 (0)