Description
When running any task which depends on both :ignite-api:compileJava and :platforms:zipCppClient, the latter task fails with:
- Gradle detected a problem with the following location: 'C:\Work\ignite-3\modules\platforms\cpp'. Reason: Task ':platforms:zipCppClient' uses this output of task ':ignite-api:compileJava' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.
This happens due to the :ignite-api:compileJava generating headers there. We should add explicit dependency.
Attachments
Issue Links
- links to