Skip to content

Commit

Permalink
Update Maven repository URL
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Jul 29, 2024
1 parent f20eb13 commit a72ad1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven { url = uri("https://jitpack.io") }
maven { url = uri("https://maven.theoplayer.com/releases") }
}
}
Expand Down
2 changes: 1 addition & 1 deletion ui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ publishing {
repositories {
maven {
name = "reposilite"
url = uri("https://reposilite.prudentgiraffe.com/releases")
url = uri("https://maven.theoplayer.com/releases")
credentials {
username = System.getenv("REPOSILITE_USERNAME")
password = System.getenv("REPOSILITE_PASSWORD")
Expand Down

0 comments on commit a72ad1e

Please sign in to comment.