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.13k stars 341 forks source link

Issue when upgrading gradle build tools from 4.2.0-alpha07 to 4.2.0-alpha08 #850

Closed bunjix closed 4 years ago

bunjix commented 4 years ago

Describe the bug

Using the latest snapshot com.github.triplet.gradle:play-publisher:3.0.0-SNAPSHOT and latest com.android.tools.build:gradle:4.2.0-alpha08 I have this issue :

No issue with the com.android.tools.build:gradle:4.2.0-alpha07

Versions

Tasks executed

./gradlew app:assembleDebug

Expected behavior

Just being able to build my app.

Additional context (if a crash, provide stack trace)

./gradlew app:installBetaDebug --stacktrace

Configure project :app WARNING: Using flatDir should be avoided because it doesn't support any meta-data formats.

FAILURE: Build failed with an exception.

BUILD FAILED in 2s