Skip to content

Commit

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

0 comments on commit 7f9fc8b

Please sign in to comment.