update jar build to include protobuf license (#138)

This commit is contained in:
PJ Fanning 2023-02-09 14:40:34 +01:00 committed by GitHub
parent d0238d8bf7
commit bceeca9b78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 220 additions and 7 deletions

View file

@ -357,7 +357,7 @@ lazy val persistenceTypedTests = pekkoModule("persistence-typed-tests")
lazy val protobuf = pekkoModule("protobuf")
.settings(OSGi.protobuf)
.settings(AutomaticModuleName.settings("pekko.protobuf"))
.settings(MetaInfLicenseNoticeCopy.settings)
.settings(MetaInfLicenseNoticeCopy.protobufSettings)
.enablePlugins(ScaladocNoVerificationOfDiagrams)
.disablePlugins(MimaPlugin)
.settings(autoScalaLibrary := false) // Pure java project
@ -365,7 +365,7 @@ lazy val protobuf = pekkoModule("protobuf")
lazy val protobufV3 = pekkoModule("protobuf-v3")
.settings(OSGi.protobufV3)
.settings(AutomaticModuleName.settings("pekko.protobuf.v3"))
.settings(MetaInfLicenseNoticeCopy.settings)
.settings(MetaInfLicenseNoticeCopy.protobufSettings)
.enablePlugins(ScaladocNoVerificationOfDiagrams)
.disablePlugins(MimaPlugin)
.settings(