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

non found root project. #15

Open
youndon opened this issue Jul 8, 2024 · 4 comments
Open

non found root project. #15

youndon opened this issue Jul 8, 2024 · 4 comments

Comments

@youndon
Copy link

youndon commented Jul 8, 2024

Task uploadToAppSweepRelease not found in root project 'My Project' and its subprojects.

@youndon
Copy link
Author

youndon commented Jul 8, 2024

Let me know if i should put more details about this issue??

@titze
Copy link
Contributor

titze commented Jul 9, 2024

Hey @youndon,

you can run ./gradlew tasks --group=AppSweep which will list you all possible gradle tasks to upload one of the different builds of your app.

If this does not show up anything, the appsweep plugin is not loaded.
But more likely is that your app has a different buildvariant or flavor, so the task is just named differently.

@youndon
Copy link
Author

youndon commented Jul 9, 2024

Yes I tried you suggestion and it did work fine.
Interesting 🤔, But what this mean now?

@titze
Copy link
Contributor

titze commented Jul 9, 2024

./gradlew tasks --group=AppSweep should list all the AppSweep-tasks you can call. I would suspect there is one similar to uploadToAppSweepRelease in there, so you can just call ./gradlew uploadToAppSweep...

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

2 participants