Skip to content

Commit

Permalink
Fix artifactId
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Feb 27, 2022
1 parent 9f6f880 commit 5a42b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ publishing {
url.set("https://github.com/docker-client/docker-registry")
}
}
artifactId = "docker-docker-registry"
artifactId = "docker-registry"
version = artifactVersion
from(components["java"])
artifact(sourcesJar.get())
Expand Down

0 comments on commit 5a42b1b

Please sign in to comment.