Skip to content

Commit 5a42b1b

Browse files
committed
Fix artifactId
1 parent 9f6f880 commit 5a42b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ publishing {
112112
url.set("https://github.com/docker-client/docker-registry")
113113
}
114114
}
115-
artifactId = "docker-docker-registry"
115+
artifactId = "docker-registry"
116116
version = artifactVersion
117117
from(components["java"])
118118
artifact(sourcesJar.get())

0 commit comments

Comments
 (0)