huawei-appgallery-publish-gradle-plugin icon indicating copy to clipboard operation
huawei-appgallery-publish-gradle-plugin copied to clipboard

Huawei AppGallery Publish Gradle Plugin allows you to publish the android release build file (*.apk or *.aab) to the Huawei AppGallery store

Results 2 huawei-appgallery-publish-gradle-plugin issues
Sort by recently updated
recently updated
newest added

- Task `:publishHuaweiAppGalleryRelease` of type `ru.cian.huawei.publish.HuaweiPublishTask`: cannot serialize object of type 'org.gradle.api.internal.artifacts.configurations.DefaultConfiguration', a subtype of 'org.gradle.api.artifacts.Configuration', as these are not supported with the configuration cache. See https://docs.gradle.org/8.2.1/userguide/configuration_cache.html#config_cache:requirements:disallowed_types - Task `:publishHuaweiAppGalleryRelease`...

bug

Hi, I'm getting the following error during the publishHuaweiAppGalleryRelease task. My config: ``` huaweiPublish { instances { releaseHuawei { credentialsPath = "$rootDir/huawei-credentials.json" deployType = "draft" buildFormat = "apk" publishTimeoutMs =...

bug