remove shaded protobuf-java v2 jar (pekko-protobuf) (#489)
* remove protobuf v2 support * Update OSGi.scala * ci issue * remove refs to pekko-protobuf classes * fix comment * update comments * Update Serialization.scala
This commit is contained in:
parent
c18a81a243
commit
964dcf53eb
58 changed files with 6 additions and 49069 deletions
|
|
@ -64,19 +64,6 @@ object AddMetaInfLicenseFiles extends AutoPlugin {
|
|||
apacheSonatypeLicenseFile := baseDir.value / "legal" / "pekko-remote-jar-license.txt",
|
||||
apacheSonatypeNoticeFile := baseDir.value / "legal" / "pekko-remote-jar-notice.txt")
|
||||
|
||||
/**
|
||||
* Settings specific for Pekko protobuf subproject which requires a different license file
|
||||
* as well as an additional "COPYING.protobuf" file.
|
||||
*/
|
||||
lazy val protobufSettings = Seq(
|
||||
apacheSonatypeLicenseFile := baseDir.value / "legal" / "pekko-protobuf-jar-license.txt") ++ inConfig(Compile)(Seq(
|
||||
resourceGenerators += {
|
||||
Def.task {
|
||||
List(
|
||||
ApacheSonatypePlugin.addFileToMetaInf(resourceManaged.value, baseDir.value / "COPYING.protobuf"))
|
||||
}
|
||||
}))
|
||||
|
||||
/**
|
||||
* Settings specific for Pekko protobuf-v3 subproject which requires a different license file
|
||||
* as well as an additional "COPYING.protobuf" file.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue