Skip to content

Commit

Permalink
Revert "Change mvn url"
Browse files Browse the repository at this point in the history
This reverts commit 7f9fc8b.
  • Loading branch information
kczulko committed Mar 12, 2024
1 parent 07a31ed commit f9dad69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ subprojects {
repositories {
maven {
name = "GitHubPackages"
// url = "https://maven.pkg.github.com/LibertyDSNP/substrate-client-java"
url = "https://maven.pkg.github.com/kczulko/substrate-client-java"
url = "https://maven.pkg.github.com/LibertyDSNP/substrate-client-java"
credentials {
username = System.getenv("USERNAME")
password = System.getenv("TOKEN")
Expand Down

0 comments on commit f9dad69

Please sign in to comment.