-
Notifications
You must be signed in to change notification settings - Fork 625
Make dackka task depend on docStubs task. #4072
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
Conversation
Otherwise no docs are produced for java sdks.
Size Report 1Affected ProductsNo changes between base commit (005fc6b) and merge commit (7ced461).Test Logs
Notes |
Coverage Report 1Affected Products
Test Logs
Notes |
@vkryachko: The following tests failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
// this will become useful with the agp upgrade, as they're separate in 7.x+ | ||
val sourcesForKotlin = emptyList<File>() | ||
val packageLists = fetchPackageLists(project) | ||
|
||
if (!isKotlin) dependsOn(docStubs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch! Ideally we should switch this to dependsOnAndMustRunAfter
in the future, but it's not breaking for now.
* Make dackka task depend on docStubs task. Otherwise no docs are produced for java sdks. * Fix toc.yaml path. * Fix tests and dgc url.
Otherwise no docs are produced for java sdks.