Skip to content
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

Fix documentation task #508

Merged
merged 1 commit into from
May 26, 2023
Merged

Fix documentation task #508

merged 1 commit into from
May 26, 2023

Conversation

timyates
Copy link
Contributor

Gradle is more keen to break when tasks are modelled ambiguously.

In this case, the dokkaHtmlPartial task is using output from kaptKotlin, but it's not declared as an input.

To fix this issue, I added a dependsOn -- I couldn't find outputs from kaptKotlin to attach

Closes #507

Gradle is more keen to break when tasks are modelled ambiguously.

In this case, the dokkaHtmlPartial task is using output from kaptKotlin, but it's not declared as an input.

To fix this issue, I added a dependsOn -- I couldn't find outputs from kaptKotlin to attach
@timyates timyates added type: docs relates-to: build label for issues related to the build file or CI labels May 25, 2023
@timyates timyates requested a review from sdelamo May 25, 2023 14:17
@timyates timyates self-assigned this May 25, 2023
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@timyates
Copy link
Contributor Author

To verify:

  • check this out
  • run ./gradlew docs
  • Open build/docs/api/index.html in borswer via the intellij UI

@sdelamo sdelamo merged commit 82c7497 into master May 26, 2023
@sdelamo sdelamo deleted the fix-dokka branch May 26, 2023 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
relates-to: build label for issues related to the build file or CI type: docs
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Micronaut Kotlin documentation generation fails
2 participants