diff --git a/lib/build.gradle b/lib/build.gradle index 1b70de5..6d19394 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -32,7 +32,7 @@ publishing { repositories { maven { name = "GitHubPackages" - url = uri("https://maven.pkg.github.com/jacomago/epicsarchiverap_pbrawclient") + url = uri("https://maven.pkg.github.com/slacmshankar/epicsarchiverap_pbrawclient") credentials { username = project.findProperty("gpr.user") ?: System.getenv("USERNAME") password = project.findProperty("gpr.key") ?: System.getenv("TOKEN")