#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:
parent
87113f9b14
commit
50f99328fe
43 changed files with 137 additions and 210 deletions
|
|
@ -76,7 +76,6 @@ object Sample {
|
|||
*/
|
||||
private val enableAutoPlugins = (project: Project) =>
|
||||
project.settings((
|
||||
MiMa.projectSettings ++
|
||||
Publish.projectSettings ++
|
||||
ValidatePullRequest.projectSettings
|
||||
): _*).configs(ValidatePullRequest.ValidatePR)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue