extend ORSet licensing to copy in persistence-typed module (#440)
This commit is contained in:
parent
10a1b9bbdd
commit
eea42b8741
4 changed files with 220 additions and 2 deletions
|
|
@ -43,6 +43,12 @@ object AddMetaInfLicenseFiles extends AutoPlugin {
|
|||
lazy val distributedDataSettings = Seq(
|
||||
apacheSonatypeLicenseFile := baseDir.value / "legal" / "pekko-distributed-data-jar-license.txt")
|
||||
|
||||
/**
|
||||
* Settings specific for Pekko persistence-typed subproject which requires a different license file.
|
||||
*/
|
||||
lazy val persistenceTypedSettings = Seq(
|
||||
apacheSonatypeLicenseFile := baseDir.value / "legal" / "pekko-persistence-typed-jar-license.txt")
|
||||
|
||||
/**
|
||||
* Settings specific for Pekko remote subproject which requires a different license file.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue