Skip to content

Target Type

moznion edited this page Apr 21, 2020 · 1 revision

Target is a data type that represents the file location, for configuration. Actually, this Target is a pseudo union type of File|String.

A value of this type behaves according to the actual data type.

when File type

This plugin decides the file according to the File instance. It means the plugin will use the File value as-is.

when String type

This plugin locates the file by ${baseDir}/${stringTargetValue}. This value accepts glob style value; e.g. **/*.java.

Clone this wiki locally