We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3379cc1 commit 76a5831Copy full SHA for 76a5831
core/exec/src/mill/exec/CodeSigUtils.scala
@@ -84,7 +84,7 @@ private[mill] object CodeSigUtils {
84
))
85
.getDeclaringClass.getName
86
87
- val expectedName = methodClass + "#" + encodedTaskName + "()mill.define.Task$Cached"
+ val expectedName = methodClass + "#" + encodedTaskName + "()mill.define.Task$Simple"
88
val expectedName2 = methodClass + "#" + encodedTaskName + "()mill.define.Task$Command"
89
90
// We not only need to look up the code hash of the Target method being called,
0 commit comments