-
Notifications
You must be signed in to change notification settings - Fork 156
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
4.33.16 breaks because of multiple variants of com.google.guava:guava:32.1.3-jre #792
Comments
@xehpuk Thanks. |
It's not an Android project, if that helps. Sadly, it may take time for me to construct a minimal case. |
Encountered the same issue. Also a non-Android project. |
Seems to be related to #789 and by that to google/guava#6801. |
@xehpuk Which version of Gradle do you use? We had the issue when using Gradle 6.9 but the issue seems to have gone away by switching to Gradle 7.6.2. |
@ViToni Gradle 6.8.1 and Java 8. 🫣 |
@xehpuk Maybe give Gradle 7.6.2 a try. Depending on the plugins you use this is a no-brainer. We are using Java 8 as well and our only issue was an external Gradle Saxon task which didn't define inputs/outputs properly and made Gradle nag about it... |
@xehpuk @ViToni |
Describe the bug
To Reproduce
Use
org.jfrog.buildinfo:build-info-extractor-gradle:4.33.16
and build.Expected behavior
Successful build.
Versions
Additional context
Works with 4.33.15.
The text was updated successfully, but these errors were encountered: