Is it possible to change buildSrc location (e.g in settings.gradle)?

Is it possible to change the path/name of the “buildSrc” directory (ideally in the settings.gradle) ?

It’s not possible at the moment unfortunately.

The longer term solution we are working on is to remove the ‘buildSrc’ special case and make it possible to have an arbitrary project in the build contribute build logic.

Thanks.

That would be nice, is it implemented yet :slight_smile: ?

Jean-Pierre

This is feature http://issues.gradle.org/browse/GRADLE-2816 but not yet implemented.