Skip to content

Commit 9acb069

Browse files
committed
drop extra uncached
1 parent 20b3a13 commit 9acb069

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/src/main/scala/com/github/sbt/avro/SbtAvro.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ object SbtAvro extends AutoPlugin {
6262
avroStringType := "CharSequence",
6363

6464
// addArtifact doesn't take publishArtifact setting in account
65-
artifacts ++= Def.uncached(Classpaths.artifactDefs(avroArtifactTasks).value),
65+
artifacts ++= Classpaths.artifactDefs(avroArtifactTasks).value,
6666
packagedArtifacts ++= Def.uncached(Classpaths.packaged(avroArtifactTasks).value),
6767
// use a custom folders to avoid potential conflict with other generators
6868
avroProjectIncludeFilter := inDependencies(ThisProject),

0 commit comments

Comments
 (0)