We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b394b68 + 4292679 commit d938eacCopy full SHA for d938eac
src/main/scala/sbtprotoc/ProtocPlugin.scala
@@ -624,7 +624,6 @@ object ProtocPlugin extends AutoPlugin {
624
def stampClasspath(files: Seq[File]) =
625
// artifact paths can be JARs or directories, so a recursive stamp is needed
626
FileInfo.hash(files.toSet[File].allPaths.get().toSet)
627
-
628
if (prevValue == null) {
629
// first time this classpath is requested since the start of sbt
630
val resolved = resolver(artifact)
0 commit comments