Skip to content

Commit 76a5831

Browse files
authored
Update CodeSigUtils.scala
1 parent 3379cc1 commit 76a5831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/exec/src/mill/exec/CodeSigUtils.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ private[mill] object CodeSigUtils {
8484
))
8585
.getDeclaringClass.getName
8686

87-
val expectedName = methodClass + "#" + encodedTaskName + "()mill.define.Task$Cached"
87+
val expectedName = methodClass + "#" + encodedTaskName + "()mill.define.Task$Simple"
8888
val expectedName2 = methodClass + "#" + encodedTaskName + "()mill.define.Task$Command"
8989

9090
// We not only need to look up the code hash of the Target method being called,

0 commit comments

Comments
 (0)