Triple-T / gradle-play-publisher

GPP is Android's unofficial release automation Gradle Plugin. It can do anything from building, uploading, and then promoting your App Bundle or APK to publishing app listings and other metadata.
MIT License
4.1k stars 339 forks source link

A failure occurred while executing com.github.triplet.gradle.play.tasks.PublishBundle$BundleUploader #1056

Closed nksaroj closed 2 years ago

nksaroj commented 2 years ago

Looks like some issues after AGP and Kotlin 1.6 upgrade.

* What went wrong:

  Execution failed for task ':app:publishQaBundle'.   > A failure occurred while executing com.github.triplet.gradle.play.tasks.PublishBundle$Processor   > There was a failure while executing work items   > A failure occurred while executing com.github.triplet.gradle.play.tasks.PublishBundle$BundleUploader   > java.lang.IllegalArgumentException (no error message)  
  Try:   > Run with --info or --debug option to get more log output.   > Run with --scan to get full insights.  
 
Exception is:   org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:publishQaBundle'.   at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.