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

Upgrade Gradle to 7.1 and fix duplicate JAR entry #43

Merged
merged 1 commit into from
Jul 2, 2021

Conversation

mtdowling
Copy link
Member

This commit upgrades Gradle to 7.1 so that we can build it with newer
version of Java, and it fixes a new issues that cropped up as a result where
files being placed into a JAR in one of the integration tests started failing
due to duplicates.

Closes #42

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

This commit upgrades Gradle to 7.1 so that we can build it with newer
version of Java, and it fixes a new issues that cropped up as a result where
files being placed into a JAR in one of the integration tests started failing
due to duplicates.

Closes #42
@mtdowling mtdowling merged commit 9af7afc into main Jul 2, 2021
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.

Upgrade to Gradle 7.1
2 participants