Why is the Gradle EvalTask marked as @UntrackedTask? #335
Closed
translatenix
started this conversation in
General
Replies: 3 comments 2 replies
-
^^ There's no telling what output files you'll have without evaluating the module. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Sent: #390 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Resolved by #390 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The rationale given is that "Output file names are known only after execution". However, the
getOutputFile
andgetMultipleFileOutputDir
task properties seem to provide exactly the information that Gradle needs to track the task.Beta Was this translation helpful? Give feedback.
All reactions