Skip to content

Commit

Permalink
fix gradle plugin repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Nov 1, 2024
1 parent d43e162 commit 9b91234
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ interface ProjectDirectoryScope {
return """
|pluginManagement {
| repositories {
| maven("https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/dev")
|${dokkaTestRepo.prependIndent(" ")}
| mavenCentral()
| gradlePluginPortal()
Expand All @@ -354,6 +355,7 @@ interface ProjectDirectoryScope {
|@Suppress("UnstableApiUsage")
|dependencyResolutionManagement {
| repositories {
| maven("https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/dev")
|${dokkaTestRepo.prependIndent(" ")}
| mavenCentral()
| }
Expand Down

0 comments on commit 9b91234

Please sign in to comment.