#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
|
|
@ -1,16 +1,9 @@
|
|||
import akka.{ AkkaBuild, Dependencies, Formatting, MultiNode, Unidoc, OSGi }
|
||||
import com.typesafe.tools.mima.plugin.MimaKeys
|
||||
|
||||
AkkaBuild.defaultSettings
|
||||
|
||||
AkkaBuild.experimentalSettings
|
||||
|
||||
Formatting.formatSettings
|
||||
|
||||
OSGi.distributedData
|
||||
|
||||
Dependencies.distributedData
|
||||
|
||||
MimaKeys.previousArtifacts := akkaPreviousArtifacts("akka-distributed-data-experimental").value
|
||||
|
||||
enablePlugins(MultiNodeScalaTest)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue