Fixed
Status Update
Comments
cm...@google.com <cm...@google.com>
je...@google.com <je...@google.com>
hu...@google.com <hu...@google.com> #2
Reproducible with Android Studio 3.5.1 on Mac OS. Stack trace attached.
BTW, how to get similar stack trace in AS 3.6? By default it is not shown, and link to rerun task with --stacktrace flag does not reproduce the issue (probably because this command does not include running/profiling the app).
BTW, how to get similar stack trace in AS 3.6? By default it is not shown, and link to rerun task with --stacktrace flag does not reproduce the issue (probably because this command does not include running/profiling the app).
at...@gmail.com <at...@gmail.com> #3
bi...@google.com <bi...@google.com> #4
Indeed, it works in AS 4.1 Beta 4. Thanks for fixing!
bi...@google.com <bi...@google.com> #5
Thank you for the verifying the fix. Please continue reporting issues like this to us in the future. It's extremely helpful to improve the quality of our product.
bi...@google.com <bi...@google.com>
hu...@google.com <hu...@google.com> #6
Note: This issue will be fixed in AGP 8.0.0-beta02 and 8.1.0-alpha03.
ey...@gmail.com <ey...@gmail.com> #7
This is mentioned as fixed in the Flamingo Beta 2 release notes.
mi...@mercurydevelopment.com <mi...@mercurydevelopment.com> #8
I've tried AGP 8.0.0-beta02 with Gradle 8.0-rc-3. Looks like it's working
At...@web.de <At...@web.de> #9
I've tried AGP 8.1.0-alpha03 with Gradle 8.0-rc-3.
Works.
Works.
Description
DESCRIBE THE ISSUE IN DETAIL: When using the mentioned AGP versions with 8.0-rc-2 the following exception is thrown. It works fine with 8.0-rc-1.
It is probably related to this Gradle issuehttps://github.com/gradle/gradle/issues/23440
The test kit tests here can be used to reproduce the issuehttps://github.com/vanniktech/gradle-maven-publish-plugin/pull/500
Studio Build: n/a Version of Gradle Plugin: 8.0.0-beta01 and 8.1.0-alpha11 Version of Gradle: Gradle 8.0.0-rc-2 Version of Java: JDK17 OS: macOS/Linux