fix: add maven repository for dokka plugin
Some checks failed
Update Wiki Documentation / generate-docs (push) Failing after 59s
Some checks failed
Update Wiki Documentation / generate-docs (push) Failing after 59s
This commit is contained in:
@@ -9,6 +9,7 @@ pluginManagement {
|
|||||||
}
|
}
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
|
maven { url = uri("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev") }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
plugins {
|
plugins {
|
||||||
|
|||||||
Reference in New Issue
Block a user