Skip to content

Commit 0056c31

Browse files
fix: do not pass through \ when escaping string literals (#291)
1 parent d2e9023 commit 0056c31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildSrc/src/main/kotlin/lithic.publish.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ configure<PublishingExtension> {
1616

1717
pom {
1818
name.set("Lithic Developer API")
19-
description.set("The Lithic Developer API is designed to provide a predictable programmatic\ninterface for accessing your Lithic account through an API and transaction\nwebhooks. Note that your API key is a secret and should be treated as such.\nDon\'t share it with anyone, including us. We will never ask you for it.")
19+
description.set("The Lithic Developer API is designed to provide a predictable programmatic\ninterface for accessing your Lithic account through an API and transaction\nwebhooks. Note that your API key is a secret and should be treated as such.\nDon't share it with anyone, including us. We will never ask you for it.")
2020
url.set("https://docs.lithic.com")
2121

2222
licenses {

0 commit comments

Comments
 (0)