Folks, I have a gradle file that uses some scripts I have created ina buildSrc directory. These scripts are using groovy 1.8 features and therefore need to be compiled against groovy 1.8. When I run gradle on the buildSrc directory directly it works like a charm, however, when I run gradle on the top project it is trying to compile the buildSrc project using 1.7.10 and this, as expected, fails. How can I work around this?
Thanks. Erick.
