c4625f230f
When configuring which repositories to pull from, we currently add mavenLocal() when the `repos.mavenLocal` flag is set. However, this is only done in normal projects, but not the special buildSrc project. This change adds that support. Note that this was not possible before gradle 2.13, as there was a bug which prevented sys props from reaching the buildSrc project (https://issues.gradle.org/browse/GRADLE-2475). However, we already require 2.13+. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
build.gradle | ||
version.properties |