Skip to content

Commit

Permalink
Publishing fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewCarlson committed Aug 2, 2023
1 parent 7ffe995 commit 8cceb4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ktsoup-fs/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,5 @@ kotlin {
}

// A patch to satisfy Gradle's horrible behavior
tasks.getByName("dokkaHtml").dependsOn(":ktsoup-core:transformNativeMainCInteropDependenciesMetadataForIde")
tasks.getByName("dokkaHtml").dependsOn(":ktsoup-core:transformNativeMainCInteropDependenciesMetadataForIde")
tasks.getByName("dokkaHtml").dependsOn(":ktsoup-fs:transformNativeMainCInteropDependenciesMetadataForIde")
3 changes: 2 additions & 1 deletion ktsoup-ktor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,5 @@ kotlin {
}

// A patch to satisfy Gradle's horrible behavior
tasks.getByName("dokkaHtml").dependsOn(":ktsoup-core:transformNativeMainCInteropDependenciesMetadataForIde")
tasks.getByName("dokkaHtml").dependsOn(":ktsoup-core:transformNativeMainCInteropDependenciesMetadataForIde")
tasks.getByName("dokkaHtml").dependsOn(":ktsoup-fs:transformNativeMainCInteropDependenciesMetadataForIde")

0 comments on commit 8cceb4f

Please sign in to comment.