Closed hardysim closed 5 years ago
This should be fixed in the snapshot builds (4c92638cd4cec9553b690199744aa177a802d5fb). Since a stable version of Gradle 6 was released, I'll ship v2.5.1 soon.
@SUPERCILEX i tried checking if a fix would be possible for this but I could not set up the project correctly! :/ Is there a way to add a "Contributing guide" so that we could help in similar future issues?
We have snapshot builds available: https://github.com/Triple-T/gradle-play-publisher/blob/master/README.md#snapshot-builds. As for setting up the project, you'll want to run ./gradlew publishToMavenLocal -Dbootstrap
.
Ohh thank you, the -Dbootstrap
is what I was missing! Thank you for that and sorry for the offtopic!
No worries, I'll update the docs with that instruction. 👍
Added the quick guide in d30baab098eaca34b6feabf6dc63b894a4f59cc8. Planning to ship v2.6.0 this weekend.
Just published GPP 2.6. 🎉
Describe the bug
When trying to publish, the task fails with the following message:
How To Reproduce
Seems like updating to Gradle 6.0 breaks publishing. Maybe releated to #728 ?
Versions
Tasks executed
publishRelease
with
defaultToAppBundles = true`.Expected behavior
The task should publish the app :-)
Additional context (if a crash, provide stack trace)