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

Gradle Plugin seems to be not working. #129

Open
Pezhin opened this issue Sep 3, 2019 · 0 comments
Open

Gradle Plugin seems to be not working. #129

Pezhin opened this issue Sep 3, 2019 · 0 comments

Comments

@Pezhin
Copy link
Contributor

Pezhin commented Sep 3, 2019

I was trying on testing https://github.com/robolectric/robolectric and following steps in README to use the gradle plugin. After modifying build.gradle, I ran ./gradlew nondexTest on OSX, and it prints

Task 'nondexTest' not found in root project 'parent'. Some candidates are: 'nondexHelp'.

However, after I ran nondexHelp, it does print out nodexTest

This plugin has 2 tasks:

nondexTest
    Run tests with nondex and find out the non-deterministic issue

nondexHelp
    Print this help message

Not sure what is happening and I tried another random gradle project: https://github.com/Meituan-Dianping/AppInit. Same things happened.

Task 'nondexTest' not found in root project 'AppInit'. Some candidates are: 'nondexHelp'.
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