update pekko-cluster license (#272)
This commit is contained in:
parent
69b5045f9e
commit
198d0eb017
4 changed files with 222 additions and 0 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue