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 340 forks source link

Unable to run gradle tasks #994

Closed AnastasiaRainMaker closed 3 years ago

AnastasiaRainMaker commented 3 years ago

I am unable to run ./gradlew tasks command due to a failure coming from the publishing plugin.

The output is

AS - Arctic fox stable AGP - 7.0.0 Publishing plugin "3.6.0-agp4.2"

Seems to be related to this question as well https://www.gitmemory.com/issue/Triple-T/gradle-play-publisher/961/860139828

SUPERCILEX commented 3 years ago

Use 3.6.0, not 3.6.0-agp4.2.

AnastasiaRainMaker commented 3 years ago

it worked

SUPERCILEX commented 3 years ago

Sweet!