-
Notifications
You must be signed in to change notification settings - Fork 63
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
Accessing to missing property 'destinationDir' using the latest gradle plugin(0.13.0) #66
Comments
That property was deprecated in one of the versions in 1.x and was removed in Gradle 2.0. It is used (at least) in the RobolectricPlugin: https://github.com/robolectric/robolectric-gradle-plugin/blob/master/src/main/groovy/org/robolectric/gradle/RobolectricPlugin.groovy#L35 |
It also appears there was some work done to remove those deprecated properties (that was merged into master) but a new release hasn't been made yet. |
I'll do some testing with the new Android gradle plugin this weekend. If everything looks good, I'll make a new release. |
👍 AWESOME! |
Nice! +1 |
Any update to this issue? Looking forward to using Robolectric with latest version of AS+gradle plugin... |
I'm working on a project that would also be interested in testing out this combination due to some Intellij issues we are experiencing. |
This issue was already fixed in commit 5aa0aff and released with the 0.12.0 release of this plugin. Just update your buildscript classpath to use |
It works with |
I'm using a robolectric and I configured my project with the latest gradle plugin(0.13.0).
I got a message below and build failed.
No problem is happened with the previous version of gradle plugin(0.12.2 and earlier), so probably something has changed on the new plugin.
Environment:
JDK: 1.8.0_05
Gradle plugin: 0.13.0
Gradle version: 2.1
This error is occurred on the build configuration stage so that every task will fail with this problem.
Our dependencies are below.
The text was updated successfully, but these errors were encountered: