Skip to content

Commit 7d56a39

Browse files
committed
fix maven url
1 parent 9bc8a8a commit 7d56a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ publishing {
156156
repositories {
157157
maven {
158158
name = "GitHubPackages"
159-
url = uri("https://maven.pkg.github.com/robaho/closablequeue")
159+
url = uri("https://maven.pkg.github.com/robaho/httpserver")
160160
credentials {
161161
username = project.findProperty("gpr.user") ?: System.getenv("USERNAME")
162162
password = project.findProperty("gpr.key") ?: System.getenv("TOKEN")

0 commit comments

Comments
 (0)