-
Notifications
You must be signed in to change notification settings - Fork 461
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
Unable to specify importOrder #125
Comments
Just as a way forward, using parentheses should work: E.g. Groovy (and that is basically what interprets the Gradle script) allows you to omit parentheses
There is a problem when it interprets the square brackets as an index though. I will have a detailed look later on. Let me know, if the work-around suits you for now. |
@nedtwigg Seems to me that Groovy always interpreted that syntax as a multidimensional index (trying to call
OK for you? |
Thanks guys! Appreciate the quick feedback. |
It's so great to have a Groovy expert onboard, @fvgh! That part of the docs goes all the way back to April 2015 - could well have been wrong the whole time. Regardless, your fix sounds good to me 👍 |
Replaced importOrder array argument by varargs. Fixes #125.
I am seeing the following issue when I run a build. Is there something that I am missing to add to the configuration?
The contents of my
build.gradle
file is as follows.Project directory structure:
The debug output has been attached here
The stacktrace can be found here
The text was updated successfully, but these errors were encountered: