Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
sbcd90 authored Jun 3, 2024
1 parent 4ac4f4c commit a0cf600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ publishing {
pom {
name = "OpenSearch Alerting spi"
packaging = "jar"
url = "https://github.com/opensearch-project/alerting-spi"
url = "https://github.com/opensearch-project/alerting"
description = "OpenSearch Alerting spi"
scm {
connection = "scm:[email protected]:opensearch-project/alerting.git"
Expand All @@ -89,4 +89,4 @@ publishing {

gradle.startParameter.setShowStacktrace(ShowStacktrace.ALWAYS)
gradle.startParameter.setLogLevel(LogLevel.DEBUG)
}
}

0 comments on commit a0cf600

Please sign in to comment.