-
Notifications
You must be signed in to change notification settings - Fork 57
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
IllegalAccessException when using the new API #101
Comments
There can be many causes of this issue but having something like this in the build script can reproduce the issue:
This particular case can be worked around by adding the following code after the previous one:
Anyway, it is fixed in master and the fix will be included in 1.2.9. |
For the record, the project uses the stock netflix-gradle-template; that may be worth using as a test case. |
I have added a simplier test case which tests this issue (ensuring no regression). By the way, you can try to build the plugin from the sources. The only thing about the current state is that it reports exception stack traces in an awkwardly small text area. On the other hand the new API, can now distinguish between issues (build script issue, dependency resolution failures and bugs in the plugin itself). |
I meant, whatever the status of this bug, the netflix gradle template should be a test case, as it is commonly used, and may throw up other bugs. |
As reported by @shevek in issue #100:
The text was updated successfully, but these errors were encountered: