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 Gradle duplicate jar failure when adding a test entity having a dependency already in the kit #31

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mathieucarbou
Copy link
Member

Error example:

* What went wrong:
Execution failed for task ':system-tests:management:galvanKitPreparation'.
> Entry server/plugins/lib/voltron-proxy-server-5.10-SNAPSHOT.jar is a duplicate but no duplicate handling strategy has been set. Please refer to https://docs.gradle.org/8.4/dsl/org.gradle.api.tasks.Copy.html#org.gradle.api.tasks.Copy:duplicatesStrategy for details.

…ependency already in the kit

Error example:

```
* What went wrong:
Execution failed for task ':system-tests:management:galvanKitPreparation'.
> Entry server/plugins/lib/voltron-proxy-server-5.10-SNAPSHOT.jar is a duplicate but no duplicate handling strategy has been set. Please refer to https://docs.gradle.org/8.4/dsl/org.gradle.api.tasks.Copy.html#org.gradle.api.tasks.Copy:duplicatesStrategy for details.
```
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.

1 participant