Closed emartynov closed 5 years ago
Right, that would be cuz I released too quickly and didn't think it through. :stuck_out_tongue_closed_eyes: It's already been fixed in v2.3.0
(which require AGP 3.5). Commit: https://github.com/Triple-T/gradle-play-publisher/commit/d12b69b62693187611f366f42619a5f3eea22862#diff-de4ff4ea2c1aca0fbd4fefffdfcfb031R47
Describe the bug
We are signing apk separately at the special job on the special machine. We use the next config for the upload task:
However, we copy the mapping file and signed apk to the selected folder during the gradle execution phase.
Unfortunately, we are getting an error during build configuration:
I wonder why it is important to do this check on the configuration phase. In addition, it makes the configuration phase less efficient if the plugin does file operations during it.
How To Reproduce
Versions
Tasks executed
The task executed
app:publishProductionApk
Expected behavior
I would expect that the file will be evaluated only in the execution phase.
Additional context (if a crash, provide stack trace)
The stacktrace: