extend ORSet licensing to copy in persistence-typed module (#440)

This commit is contained in:
PJ Fanning 2023-06-21 12:20:54 +01:00 committed by GitHub
parent 10a1b9bbdd
commit eea42b8741
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 220 additions and 2 deletions

View file

@ -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.
*/