Skip to content

Commit

Permalink
Merge pull request #104 from metaplex-foundation/fix/maven-url
Browse files Browse the repository at this point in the history
New maven url
  • Loading branch information
ajamaica authored Sep 13, 2022
2 parents d33e3b9 + d259d02 commit 86015be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rxSolana/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ publishing {
repositories {
maven {
name = "GitHubPackages"
url = "https://maven.pkg.github.com/ajamaica/Solana.kt"
url = "https://maven.pkg.github.com/metaplex-foundation/SolanaKT"
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
Expand Down
2 changes: 1 addition & 1 deletion solana/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ publishing {
repositories {
maven {
name = "GitHubPackages"
url = "https://maven.pkg.github.com/ajamaica/Solana.kt"
url = "https://maven.pkg.github.com/metaplex-foundation/SolanaKT"
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
Expand Down

0 comments on commit 86015be

Please sign in to comment.