Skip to content

Commit

Permalink
[gradle] Modify pom
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoanh2n committed Dec 11, 2022
1 parent 71512bd commit 949f1d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ if (project.hasProperty("signing.keyId")) {

pom {
name = !project.name.endsWith("selenide")
? property("WebDriverChecker")
: property("WebDriverChecker for Selenide")
? "WebDriverChecker"
: "WebDriverChecker for Selenide"
description = !project.name.endsWith("selenide")
? property("Selenium WebDriver characteristics and environment")
: property("Selenium WebDriver characteristics and environment for Selenide")
? "Selenium WebDriver characteristics and environment"
: "Selenium WebDriver characteristics and environment for Selenide"
url = "https://github.com/ngoanh2n/webdriverchecker"

licenses {
Expand Down

0 comments on commit 949f1d6

Please sign in to comment.