This commit is contained in:
Sollace 2018-11-05 16:49:42 +02:00
parent 6b99c307dd
commit 4afbf7abb3

View file

@ -131,7 +131,7 @@ task copyBGPones(type: Copy) {
filter { line ->
line.toLowerCase()
.replaceAll(permittedCharsJSON, '')
.replaceAll(permittedChars, '')
}
}