Quantcast
Channel: Gradle Forums - Latest posts
Viewing all articles
Browse latest Browse all 19870

Do tasks of the same custom task types using file parameters conflict with each-other?

$
0
0

Well, I’ve figured it out.

The issue was caused by the @Option annotation on the fileParam.

@Option ( option = "fileParam", description = "A file parameter" )

Removing it solved the issue.
I’ve just learned that @Option is for exposing the parameter to a command line option. I don’t need it.


Viewing all articles
Browse latest Browse all 19870

Trending Articles