update pekko notice used in jars (#250)

Update AddMetaInfLicenseFiles.scala
This commit is contained in:
PJ Fanning 2023-03-15 13:42:37 +01:00 committed by GitHub
parent 54470b21f7
commit fbada2cf16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 4 deletions

View file

@ -21,6 +21,7 @@ object AddMetaInfLicenseFiles extends AutoPlugin {
override lazy val projectSettings = Seq(
apacheSonatypeLicenseFile := baseDir.value / "legal" / "StandardLicense.txt",
apacheSonatypeNoticeFile := baseDir.value / "legal" / "PekkoNotice.txt",
apacheSonatypeDisclaimerFile := Some(baseDir.value / "DISCLAIMER"))
/**