Gradle Play Publisher 2.0.0 beta 2
Pre-release
Pre-release
SUPERCILEX
released this
24 Oct 06:07
·
400 commits
to master
since this release
Breaking changes
The play.outputProcessor
signature has changed to improve compatibility across Kotlin and Groovy DSLs:
outputProcessor = { ... }
➡ outputProcessor { ... }
Bug fixes
- Crash when moving a draft to the completed stage using the
promoteArtifact
task - #424 - Compatibility issues with Gradle versions less than 4.4 - #432, #443
- Application not found errors are now ignored when using the automatic version conflict resolution strategy - #441, #442
- Task naming conflicts are now handled by prefixing task names with
gpp
should one occur - #427, #428