try to add license and notice to jars (#77)

I'm going to merge this - thanks for the reviews
This commit is contained in:
PJ Fanning 2023-01-06 10:34:14 +01:00 committed by GitHub
parent bb5558035e
commit 0208a4a3bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 42 additions and 0 deletions

View file

@ -113,6 +113,7 @@ lazy val actor = pekkoModule("actor")
(Compile / scalaSource).value.getParentFile / s"scala-$ver"
})
.settings(VersionGenerator.settings)
.settings(MetaInfLicenseNoticeCopy.settings)
.settings(serialversionRemoverPluginSettings)
.enablePlugins(BoilerplatePlugin)