Java string to Groovy script literal conversion (utils for escaping special characters)
I have a lot of Java Strings (read from XML with javax.xml.parsers.DocumentBuilder ) and need to write them down (append) in a Groovy script (Gradle) as literal properties.
Java literal to Groovy literal conversion (utils for escaping special characters)
I have a lot of Java Strings (read from XML with javax.xml.parsers.DocumentBuilder ) and need to write them down (append) in a Groovy script (Gradle) as literal properties.