mergeServiceFiles

open fun mergeServiceFiles(rootPath: String)

Merge Java services files with rootPath.

Warning: In most cases, this should be used with the correct getDuplicatesStrategy to ensure duplicate service files are handled properly. See more details in the Handling Duplicates Strategy section.

See also


open fun mergeServiceFiles(action: Action<ServiceFileTransformer> = Action {})

Merge Java services files with action.

Warning: In most cases, this should be used with the correct getDuplicatesStrategy to ensure duplicate service files are handled properly. See more details in the Handling Duplicates Strategy section.

See also