Remove ApiMayChange from coordination module (#27026)
Note that it will be fully stable in 2.6.0 so no guarantees for milestones before that. * remove api may change from sharding lease settings * mima * Remove settings from module
This commit is contained in:
parent
37f42d3220
commit
3888de23ed
12 changed files with 4 additions and 33 deletions
|
|
@ -455,7 +455,6 @@ lazy val coordination = akkaModule("akka-coordination")
|
|||
.settings(Dependencies.coordination)
|
||||
.settings(AutomaticModuleName.settings("akka.coordination"))
|
||||
.settings(OSGi.coordination)
|
||||
.settings(AkkaBuild.mayChangeSettings)
|
||||
|
||||
def akkaModule(name: String): Project =
|
||||
Project(id = name, base = file(name))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue