Rename sbt akka modules
Co-authored-by: Sean Glover <sean@seanglover.com>
This commit is contained in:
parent
b92b749946
commit
24c03cde19
2930 changed files with 1466 additions and 1462 deletions
8
actor-tests/src/test/resources/reference.conf
Normal file
8
actor-tests/src/test/resources/reference.conf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
pekko {
|
||||
# for the org.apache.pekko.actor.ExtensionSpec
|
||||
library-extensions += "org.apache.pekko.actor.InstanceCountingExtension"
|
||||
}
|
||||
|
||||
# FIXME Some test depend on this setting when running on windows.
|
||||
# It should be removed when #17122 is solved.
|
||||
pekko.io.tcp.windows-connection-abort-workaround-enabled = auto
|
||||
Loading…
Add table
Add a link
Reference in a new issue