Closed AnastasiaRainMaker closed 3 years ago
I am unable to run ./gradlew tasks command due to a failure coming from the publishing plugin.
./gradlew tasks
The output is
Could not create task ':base:uploadDebugPrivateApk'. com/android/build/api/artifact/ArtifactType$APK
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
Use 3.6.0, not 3.6.0-agp4.2.
it worked
Sweet!
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