Skip to content

Commit

Permalink
Merge branch 'dokka-github-pages-deployment'
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Nov 6, 2024
2 parents c99918a + 18800b7 commit fa9228f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ plugins {
id("org.jetbrains.dokka")
}

// workaround for https://github.com/Kotlin/dokka/issues/3903 from https://github.com/Kotlin/dokka/issues/2260 TODO remove when it's fixed
repositories {
mavenCentral()
}

dependencies {
dokka(project(":exposed-adt-mapping"))
}
8 changes: 8 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@ plugins {
rootProject.name = "exposed-adt-mapping"
include("lib")
project(":lib").name = rootProject.name

// for Dokka
@Suppress("UnstableApiUsage")
dependencyResolutionManagement {
repositories {
mavenCentral()
}
}

0 comments on commit fa9228f

Please sign in to comment.