Have a dir structure as following :- conf
-
user
-
test I want to exclude test folder in the output jar. Am trying the following configuration. It still leaves an empty test folder.
How can this be removed.
resources {
srcDir ‘conf’
exclude ‘test/*’
exclude ‘test’
exclude ‘*.properties’
}