Nicer way to determine snip.akka.base_dir (#23648)
Making it consistent with akka-http
This commit is contained in:
parent
839442a118
commit
062db0904e
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ paradoxProperties ++= Map(
|
|||
"google.analytics.account" -> "UA-21117439-1",
|
||||
"google.analytics.domain.name" -> "akka.io",
|
||||
"snip.code.base_dir" -> (sourceDirectory in Test).value.getAbsolutePath,
|
||||
"snip.akka.base_dir" -> ((baseDirectory in Test).value / "..").getAbsolutePath,
|
||||
"snip.akka.base_dir" -> (baseDirectory in ThisBuild).value.getAbsolutePath,
|
||||
"fiddle.code.base_dir" -> (sourceDirectory in Test).value.getAbsolutePath
|
||||
)
|
||||
paradoxGroups := Map("Languages" -> Seq("Scala", "Java"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue