-
Notifications
You must be signed in to change notification settings - Fork 134
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
Failed to resolve test scope #759
Comments
@tthorntone the implementation is here: Lines 120 to 135 in 7ff7a32
It seems that there are two potential issues there:
Is it possible for you to share a sample project to us? I can use that to do some validation. Thanks. |
@jdneo sorry for my delayed response-- I tested this change and it worked! Thank you so much. |
@tthorntone Glad to know the problem is solved. Thank you for the information! |
@jdneo Thanks for working this through with everyone! I'm experiencing another weird issue, related to this--
My .classpath does not by default generate the for my test sources, and my configuration is a bit complicated, so instead of a re-work I implemented this into my build.gradle:
This adds the test attribute, but at the bottom, see here:
Not Working ClassPath Gist
This does not work. However, if I let Eclipse do it , it generates the same xml, but with the test attribute at top, and it DOES work:
Working ClassPath Gist
Originally posted by @tthorntone in #470 (comment)
The text was updated successfully, but these errors were encountered: