update some random akka refs (#196)

This commit is contained in:
PJ Fanning 2023-02-16 10:39:18 +01:00 committed by GitHub
parent 5e8a278b1b
commit 3ee028f915
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
49 changed files with 175 additions and 172 deletions

View file

@ -24,7 +24,7 @@ object JavaFormatter extends AutoPlugin {
private val ignoreConfigFileName: String = ".sbt-java-formatter.conf"
private val descriptor: String = "sbt-java-formatter"
private val formatOnCompile = !sys.props.contains("akka.no.discipline")
private val formatOnCompile = !sys.props.contains("pekko.no.discipline")
import JavaFormatterPlugin.autoImport._
import sbt.Keys._