You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I upgrade the plugin from 3.5.0 to 4.0.0 the jar dependencies with AVSC files are no longer unpacked and compiled. During compilation I see this message:
[warn] there's a key that's not used by any other settings/tasks:
[warn]
[warn] * project / avroDependencyIncludeFilter
I have the enablePlugins(SbtAvro).
I have this in my sbt project:
// I don't know how to publish an artifact from Maven with the `type` set to Artifact.SourceType (source), so only check the AvroClassifier
avroDependencyIncludeFilter := artifactFilter(classifier = AvroClassifier),
This happens for avroUnpackDependencies The actual jar is published from another project that uses maven.
The text was updated successfully, but these errors were encountered:
When I upgrade the plugin from 3.5.0 to 4.0.0 the
jar
dependencies with AVSC files are no longer unpacked and compiled. During compilation I see this message:I have the
enablePlugins(SbtAvro)
.I have this in my sbt project:
This happens for
avroUnpackDependencies
The actualjar
is published from another project that uses maven.The text was updated successfully, but these errors were encountered: