This repository was archived by the owner on Nov 20, 2019. It is now read-only.
This repository was archived by the owner on Nov 20, 2019. It is now read-only.
error while adding multiple proguard directory in release type #138
Open
Description
FileCollection proGuardFileCollection = files { file('./cproguardfiles').listFiles() }
proguardFiles(proGuardFileCollection)
Folder name is: cproguardfiles(in project structure )
Error:(23, 0) Cannot convert the provided notation to a File or URI: file collection.
The following types/formats are supported:
- A String or CharSequence path, for example 'src/main/java' or '/usr/include'.
- A String or CharSequence URI, for example 'file:/usr/include'.
- A File instance.
- A URI or URL instance.
Metadata
Metadata
Assignees
Labels
No labels