Skip to content

Migrate to DGPv2 #4436

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from
Open

Migrate to DGPv2 #4436

wants to merge 12 commits into from

Conversation

whyoleg
Copy link
Contributor

@whyoleg whyoleg commented May 15, 2025

Migrate to new Dokka Gradle Plugin (migration guide)

Based on #4257

Because of the Gradle task name change, the kotlinlang deploy configuration should also be updated.
Related: JetBrains/kotlin-web-site#4845

@whyoleg whyoleg requested a review from dkhalanskyjb May 15, 2025 15:28
@whyoleg whyoleg self-assigned this May 15, 2025
@@ -287,7 +288,7 @@ artifacts {
}

// Workaround for https://github.com/Kotlin/dokka/issues/1833: make implicit dependency explicit
tasks.named("dokkaHtmlPartial") {
tasks.withType<DokkaBaseTask>() {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@adam-enko, this is still required. Could you check what happens here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants