I am receiving the error trying to build the project by Gradle:
gradle -q acRpm
FAILURE: Build failed with an exception.
* Where:
Script '/Users/anarinsky/eclipse-workspace/aaa/build/gradle-tools/build-scripts/repo-config.gradle' line: 32
* What went wrong:
A problem occurred evaluating script.
> Cannot change strategy of configuration ':fixMe' after it has been resolved.
As I understand this problem is specific for gradle version >=3.0. Yes, this script works at the 2.* version of gradle. Is there any workaround? I am on MacOs Sierra.