This message was deleted.
# plugin-development
s
This message was deleted.
m
Sort the files in your task action?
Copy code
myCollection.files.sortedBy { it.absolutePath }.forEach { ... }
Ah you want the configuration order to be retained! Then I guess there's no other choice than defining the order as an input to your task as well
k
Oof, that's what I feared.
Oh well, I have other ways to do what I intend to do anyways, so it's no big deal. That said, "how to use
@InputFiles
well" is definitely a learning curve.