fixed copying png fines

This commit is contained in:
Ekaterina Tuzova
2016-05-12 13:37:25 +03:00
parent 27e88d3d19
commit acde83fab5
4 changed files with 15 additions and 11 deletions
+6 -4
View File
@@ -21,10 +21,12 @@ subprojects {
}
processResources {
filter ReplaceTokens, tokens: [
'VERSION': version.toString(),
'BUILD-NUMBER': buildNumber,
]
filesNotMatching("**/*.png") {
it.filter(ReplaceTokens, tokens: [
'VERSION' : version.toString(),
'BUILD-NUMBER': buildNumber,
])
}
}
repositories {