Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid tasks dependencies in 1.3.0 version #68

Open
lachudra87 opened this issue Jun 21, 2021 · 0 comments
Open

Invalid tasks dependencies in 1.3.0 version #68

lachudra87 opened this issue Jun 21, 2021 · 0 comments

Comments

@lachudra87
Copy link

Looks like today app center disables deprecated API for uploads so I had to switch to 1.3.0 version of this plugin. However it was impossible to use it for.

I've got flavor env with values dev, prod so I use appCenterUploadDevRelease task for upload of app to appcenter. And I receive such error

Could not determine the dependencies of task ':app:appCenterUploadMappingDevRelease'.
> Task with path 'assembleMappingDevRelease' not found in project ':app'

When I tried to just upload apk with task appCenterUploadApkDevRelease I got another error

* What went wrong:
Could not determine the dependencies of task ':app:appCenterUploadApkDevRelease'.
> Task with path 'assembleApkDevRelease' not found in project ':app'.

It looks like when trying to add dependencies tasks names of these tasks were wrongly created as I suppose it should be assembleDevRelease instead of assembleApkDevRelease or assembleMappingDevRelease

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant