#18765 Update to latest MiMa which is now an AutoPlugin.

* check for binary inc. issues by default
* if check is not needed, disable MimaPlugin
* determine old artifact id from the current one
This commit is contained in:
Martynas Mickevičius 2016-03-10 10:45:35 +02:00
parent 87113f9b14
commit 50f99328fe
43 changed files with 137 additions and 210 deletions

View file

@ -76,7 +76,6 @@ object Sample {
*/
private val enableAutoPlugins = (project: Project) =>
project.settings((
MiMa.projectSettings ++
Publish.projectSettings ++
ValidatePullRequest.projectSettings
): _*).configs(ValidatePullRequest.ValidatePR)