Skip to content

Commit d99f34e

Browse files
committed
Add scope to POM dependencies
1 parent f898fb8 commit d99f34e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deployment.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ publishing {
5858
pom {
5959
name = deployConfig.artifactId
6060
description = deployConfig.description
61-
url = Artifacts.githubRepo
61+
url = Artifacts.githubUrl
6262

6363
licenses {
6464
license {
@@ -91,6 +91,7 @@ publishing {
9191
dependencyNode.appendNode("groupId", it.group)
9292
dependencyNode.appendNode("artifactId", it.name)
9393
dependencyNode.appendNode("version", it.version)
94+
dependencyNode.appendNode("scope", "runtime")
9495
}
9596
}
9697
}

0 commit comments

Comments
 (0)