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

Configuration cache problems found in this build #1052

Closed KristapsKrumins closed 2 years ago

KristapsKrumins commented 2 years ago

Describe the bug

org.gradle.unsafe.configuration-cache=true

App Bundle upload complete
Updating [completed] release (xxx.live:[xxx]) in track 'production'

> Task :commitEditForXxxDotLive
Committing changes

FAILURE: Build failed with an exception.

* What went wrong:
Configuration cache problems found in this build.

6 problems were found storing the configuration cache.
- Task `:rider:createXxxReleaseCompatibleScreenManifests` of type `com.android.build.gradle.tasks.CompatibleScreensManifest`: value 'map(java.lang.Integer map(provider(task 'processXxxReleaseVersionCodes', class com.github.triplet.gradle.play.tasks.ProcessArtifactVersionCodes)) check-type())' failed to unpack provider
- Task `:rider:generateXxxReleaseBuildConfig` of type `com.android.build.gradle.tasks.GenerateBuildConfig`: value 'property(java.lang.Integer, map(java.lang.Integer map(provider(task 'processXxxReleaseVersionCodes', class com.github.triplet.gradle.play.tasks.ProcessArtifactVersionCodes)) check-type()))' failed to unpack provider
- Task `:rider:processXxxReleaseMainManifest` of type `com.android.build.gradle.tasks.ProcessApplicationManifest`: value 'map(java.lang.Integer map(provider(task 'processXxxReleaseVersionCodes', class com.github.triplet.gradle.play.tasks.ProcessArtifactVersionCodes)) check-type())' failed to unpack provider
- Task `:rider:processXxxReleaseManifest` of type `com.android.build.gradle.tasks.ProcessMultiApkApplicationManifest`: value 'map(java.lang.Integer map(provider(task 'processXxxReleaseVersionCodes', class com.github.triplet.gradle.play.tasks.ProcessArtifactVersionCodes)) check-type())' failed to unpack provider
- Task `:rider:processXxxReleaseResources` of type `com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask`: value 'map(java.lang.Integer map(provider(task 'processXxxReleaseVersionCodes', class com.github.triplet.gradle.play.tasks.ProcessArtifactVersionCodes)) check-type())' failed to unpack provider
- Task `:rider:processApplicationManifestXxxReleaseForBundle` of type `com.android.build.gradle.tasks.ProcessManifestForBundleTask`: value 'map(java.lang.Integer map(provider(task 'processXxxReleaseVersionCodes', class com.github.triplet.gradle.play.tasks.ProcessArtifactVersionCodes)) check-type())' failed to unpack provider

Versions

Tasks executed

publishReleaseBundle.

Expected behavior

Task completes without errors.

SUPERCILEX commented 2 years ago

None of these are related to GPP.