Skip to content

Commit 8600ef7

Browse files
committed
chore: improve version check message for snapshot publishing
1 parent 0703b05 commit 8600ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle-tasks/snapshot.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tasks.register("publishSnapshot") {
1414
"$artifactId:$version version must contain -SNAPSHOT to publish snapshots."
1515
}
1616

17-
dependsOn("${project.name}:publish")
17+
dependsOn(":${project.name}:publish")
1818
doLast {
1919
val url = "https://oss.sonatype.org/content/repositories/snapshots/com/expediagroup/$artifactId/$version/"
2020
println("📦 Successfully published $artifactId:$version snapshot.")

0 commit comments

Comments
 (0)