update pekko-cluster license (#272)

This commit is contained in:
PJ Fanning 2023-03-25 13:03:29 +01:00 committed by GitHub
parent 69b5045f9e
commit 198d0eb017
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 222 additions and 0 deletions

View file

@ -31,6 +31,12 @@ object AddMetaInfLicenseFiles extends AutoPlugin {
apacheSonatypeLicenseFile := baseDir.value / "legal" / "pekko-actor-jar-license.txt",
apacheSonatypeNoticeFile := baseDir.value / "legal" / "pekko-actor-jar-notice.txt")
/**
* Settings specific for Pekko actor subproject which requires a different license file.
*/
lazy val clusterSettings = Seq(
apacheSonatypeLicenseFile := baseDir.value / "legal" / "pekko-cluster-jar-license.txt")
/**
* Settings specific for Pekko remote subproject which requires a different license file.
*/