Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2cc28834f8 | |||
| 7a5a75c7c6 | |||
| 8a54193d27 |
@@ -27,7 +27,7 @@ private def generate(Map<String, String> sources, Project project) {
|
||||
xml.resources() {
|
||||
json.each {
|
||||
k, v ->
|
||||
string(name: "${k}", formatted: "false", "${v}".replace('\n', '\\n'))
|
||||
string(name: "${k}", formatted: "false", "${v}".replace('\n', '\\n').replace('\"', '\\"'))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user