-
-
Notifications
You must be signed in to change notification settings - Fork 427
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
exportLibraries task not working with Gradle 7 #637
Comments
With gradle 6.8.3 it works fine :) |
Are you really on the latest version? we had updated things to rc02 back here: #633 So that seems very interesting |
If 8.8.5 is the latest one, then yes :P. Or was the fix not released yet, being only in the branch? |
- add required annotations - FIX #637
Thanks! |
Thank you so much for reporting the problem
…On Sun, May 16, 2021, 10:55 PM Carsten Hagemann ***@***.***> wrote:
Thanks!
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#637 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALINCCXE2YW5ISETA62ECTTOAWNNANCNFSM444KEHBA>
.
|
Has something changed? My working 885 is now broken on 886. Execution failed for task ':app:prepareLibraryDefinitionsDebug'.
|
@fourofspades / @mueller-ma I suppose that could be due to: v8.8.5...v8.8.6#diff-e6a7317f36842898d8b7503d337e6c868886a1d08ddd7c79048aa73b883efa7bR42 But even that seems odd as the stacktrace points to a different location. |
About this issue
exportLibraries
task does not work with Gradle 7.findLibraries
does work.Any android project with Gradle 7 configured, I'm guessing.
Details
Checklist
The text was updated successfully, but these errors were encountered: