Skip to content

Commit

Permalink
fix(internal): escape characters for POM description in gradle publish (
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Apr 29, 2024
1 parent 9b86dbc commit 07642c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/lithic.publish.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ configure<PublishingExtension> {

pom {
name.set("Lithic Developer API")
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.")
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.")
url.set("https://docs.lithic.com")

licenses {
Expand Down

0 comments on commit 07642c1

Please sign in to comment.