mockito / shipkit

Toolkit for shipping it used by Mockito library
http://shipkit.org
MIT License
158 stars 35 forks source link

Make location of shipkit.gradle configurable #762

Open nipafx opened 6 years ago

nipafx commented 6 years ago

Many tools (CheckStyle, Spotless, Formatter, Shipkit, Gradle, ...) surrounding a decently sized project require configuration and by default they all read their file from the project's root folder. That leads to a lot of clutter. I'm trying to reduce that by pushing most of those files into a dedicated folder (e.g. .infra). As I see it, Shipkit does not allow that.

Request: Allow configuring the location and name of shipkit.gradle in build.gradle.