-
Notifications
You must be signed in to change notification settings - Fork 412
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
Gradle 7 incompatibility due to implicit dependency. #1833
Comments
Haven't got time to check that yet, but are you sure that this is not a problem on your side?
indicates that you have a task called
while it should have a
|
The only thing that could be setting them is this plugin, which does set explicit dependencies: https://github.com/vanniktech/gradle-maven-publish-plugin/blob/0.14.2/src/main/kotlin/com/vanniktech/maven/publish/tasks/JavadocsJar.kt |
This looks like a wider issue with Dokka reading outputs from tasks in a generic way. Here is the same issue but using generated code from another plugin (Wire)
|
Hi all. Thank you in advance UPDATE: Answer found |
Hi @ZacSweers , |
I got this error when I replaced |
Describe the bug
Gradle 7.0 reports this issue for multiple dokka tasks
Expected behaviour
Dokka should not have gradle issues
Screenshots
N/A
To Reproduce
Run Dokka with Gradle 7.0
Here's an example: https://github.com/ZacSweers/MoshiX/runs/2310971282
Dokka configuration
Configuration of dokka used to reproduce the bug
Installation
Additional context
None
The text was updated successfully, but these errors were encountered: