Skip to content

Commit

Permalink
build: add plasmoverse repos
Browse files Browse the repository at this point in the history
  • Loading branch information
Apehum committed May 19, 2024
1 parent 30a1940 commit c762e81
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ repositories {
name = "plasmo-repo"
url = "https://repo.plo.su"
}
maven {
name = "plasmoverse-repo"
url = "https://repo.plasmoverse.com/releases"
}
maven {
name = "plasmoverse-snapshots-repo"
url = "https://repo.plasmoverse.com/snapshots"
}
}

runClient.doFirst {
Expand Down

0 comments on commit c762e81

Please sign in to comment.