mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
fixed copying png fines
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user