I have a Gradle file which, whenever I load open it in IntelliJ IDEA 14.1.5, shows IDE errors for the entire file. Namely all the errors seem to be either:
java.
For the first part of the question: group is a property, so there must be an assignment, not a function call. The right code is:
group
group = 'com.me.blah'