Removed unnecessary extra layer in resource folder structure.
This commit is contained in:
parent
94485b5633
commit
d8a1b66738
190 changed files with 11 additions and 11 deletions
|
|
@ -72,7 +72,7 @@ task copyRecources(type: Copy) {
|
|||
}
|
||||
|
||||
project.subprojects.each { subProject ->
|
||||
from "${subProject.projectDir}/resource"
|
||||
from "${subProject.projectDir}/resources"
|
||||
}
|
||||
|
||||
into("${buildDir}/resources")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue