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

Run export tasks sequentially for more predictability #90

Merged
merged 2 commits into from
Apr 26, 2023

Conversation

jakzal
Copy link
Owner

@jakzal jakzal commented Apr 26, 2023

Fixes #89

Without the tasks run in sequence, the following error is reported by Gradle >= 7.0:

Task ':structurizrCliExport-plantuml0' uses this output of task ':structurizrCliExport-plantuml1' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed

jakzal added 2 commits April 26, 2023 11:33
Without the tasks run in sequence, the following error is reported by Gradle >= 7.0:

```
Task ':structurizrCliExport-plantuml0' uses this output of task ':structurizrCliExport-plantuml1' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed
```
@jakzal jakzal merged commit 175e2f9 into main Apr 26, 2023
@jakzal jakzal deleted the sequential-export branch April 26, 2023 10:40
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.

Multiple export tasks
1 participant