We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc8a8a commit 7d56a39Copy full SHA for 7d56a39
build.gradle
@@ -156,7 +156,7 @@ publishing {
156
repositories {
157
maven {
158
name = "GitHubPackages"
159
- url = uri("https://maven.pkg.github.com/robaho/closablequeue")
+ url = uri("https://maven.pkg.github.com/robaho/httpserver")
160
credentials {
161
username = project.findProperty("gpr.user") ?: System.getenv("USERNAME")
162
password = project.findProperty("gpr.key") ?: System.getenv("TOKEN")
0 commit comments