Is there a way to specify multiple options with the same name?
I’m trying to pass multiple -tag arguments to javadoc, but Gradle is throwing away all of them except the last one.
I really wish the Javadoc task would let us configure the ExecSpec, then we’d have full control over all this.