You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously templates were extracted as-is, but we also need to strip
prefix directory for Dokka to detect it.
Though I has to disable auto-provisioning of template as it does not
work in standalone mode: KT-73082.
^KT-73076 In Progress
Copy file name to clipboardexpand all lines: repo/gradle-build-conventions/gradle-plugins-documentation/src/main/kotlin/PluginsApiDocumentationExtension.kt
+1
Original file line number
Diff line number
Diff line change
@@ -17,5 +17,6 @@ abstract class PluginsApiDocumentationExtension @Inject constructor(
Copy file name to clipboardexpand all lines: repo/gradle-build-conventions/gradle-plugins-documentation/src/main/kotlin/gradle-plugins-documentation.gradle.kts
+18-3
Original file line number
Diff line number
Diff line change
@@ -17,18 +17,33 @@ dependencies {
17
17
val downloadTask = tasks.register<Download>("downloadTemplates") {
0 commit comments