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: Adds copy task for graphviz.dat to epl build #1530

Merged
merged 1 commit into from Sep 7, 2023
Merged

fix: Adds copy task for graphviz.dat to epl build #1530

merged 1 commit into from Sep 7, 2023

Conversation

childenProtos
Copy link
Contributor

Fixes #1517

@arnaudroques
Copy link
Contributor

Thanks for helping us on this subject.
However, it seems that the build fail. Any thought about it?

@The-Lum
Copy link
Collaborator

The-Lum commented Sep 6, 2023

FYI, here is the error stack:

* What went wrong:
A problem was found with the configuration of task ':plantuml-epl:sourcesJar' (type 'Jar').
  - Gradle detected a problem with the following location: '/home/runner/work/plantuml/plantuml/plantuml-epl/build/copiedResources'.
    
    Reason: Task ':plantuml-epl:sourcesJar' uses this output of task ':plantuml-epl:copyGraphizBinToGenerated' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.
    
    Possible solutions:
      1. Declare task ':plantuml-epl:copyGraphizBinToGenerated' as an input of ':plantuml-epl:sourcesJar'.
      2. Declare an explicit dependency on ':plantuml-epl:copyGraphizBinToGenerated' from ':plantuml-epl:sourcesJar' using Task#dependsOn.
      3. Declare an explicit dependency on ':plantuml-epl:copyGraphizBinToGenerated' from ':plantuml-epl:sourcesJar' using Task#mustRunAfter.
    
    For more information, please refer to https://docs.gradle.org/8.3/userguide/validation_problems.html#implicit_dependency in the Gradle documentation.

Regards,
Th.

@arnaudroques arnaudroques merged commit b9cb85c into plantuml:master Sep 7, 2023
9 checks passed
@arnaudroques
Copy link
Contributor

Very nice.
That's great, many thanks for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

plantuml-epl.jar does not render Dot diagrams
3 participants