Closed pratimsc closed 3 years ago
You need to use the patched version: https://github.com/Triple-T/gradle-play-publisher/releases/tag/3.2.0-agp4.2-2
Thanks @SUPERCILEX , this version is working as expected.
Just wondering why this is still broken in 3.4.0?
Describe the bug
The android application uses the new Jetpack Compose libraries. It thus means that it has to use the JVM 11 and gradle-6.8-rc-1. The app publishing has been working alright, and still does when
2.8.0
is used. However, when the plugin is update to 3.3.0, it crashes with reported issue.Could it be related to issues 890
The summarized error is :
How To Reproduce
Versions 3.2.0
3.2.0
6.8-rc-1
7.0.0-alpha04
Versions 2.8.0
2.8.0
6.8-rc-1
7.0.0-alpha04
Tasks executed
Any task including
./gradlew clean
would fail with error.Expected behavior
All tasks in the project should run, and the failure should not be due to the plugin, but application code issues.
Additional context (if a crash, provide stack trace)
Add any other context about the problem here. If this bug is a crash, run the task with
--stacktrace
to get the full context. stacktrace.txt