Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
jacomago authored Mar 6, 2024
1 parent 5078d9f commit e5c3c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ publishing {
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/slacmshankar/epicsarchiverap_pbrawclient")
url = uri("https://maven.pkg.github.com/archiver-appliance/epicsarchiverap_pbrawclient")
credentials {
username = project.findProperty("gpr.user") ?: System.getenv("USERNAME")
password = project.findProperty("gpr.key") ?: System.getenv("TOKEN")
Expand Down

0 comments on commit e5c3c78

Please sign in to comment.