Skip to content

Commit

Permalink
Update nexus repository url
Browse files Browse the repository at this point in the history
  • Loading branch information
StaehliJ committed Nov 21, 2024
1 parent 1a5cad9 commit 5fcc62b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ publishing {
}
}
maven {
url = uri("https://maven.ecetest.rts.ch/content/repositories/srg-letterbox-releases/")
url = uri("https://nxrm.rts.ch/repository/maven-srgssr-releases/")
credentials {
username = project.findProperty("sonatypeUsername") as String? ?: System.getenv("SONATYPE_USERNAME")
password = project.findProperty("sonatypePassword") as String? ?: System.getenv("SONATYPE_PASSWORD")
Expand Down
2 changes: 1 addition & 1 deletion dataprovider-paging/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ publishing {
}
}
maven {
url = uri("https://maven.ecetest.rts.ch/content/repositories/srg-letterbox-releases/")
url = uri("https://nxrm.rts.ch/repository/maven-srgssr-releases/")
credentials {
username = project.findProperty("sonatypeUsername") as String? ?: System.getenv("SONATYPE_USERNAME")
password = project.findProperty("sonatypePassword") as String? ?: System.getenv("SONATYPE_PASSWORD")
Expand Down
2 changes: 1 addition & 1 deletion dataprovider-retrofit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ publishing {
}
}
maven {
url = uri("https://maven.ecetest.rts.ch/content/repositories/srg-letterbox-releases/")
url = uri("https://nxrm.rts.ch/repository/maven-srgssr-releases/")
credentials {
username = project.findProperty("sonatypeUsername") as String? ?: System.getenv("SONATYPE_USERNAME")
password = project.findProperty("sonatypePassword") as String? ?: System.getenv("SONATYPE_PASSWORD")
Expand Down

0 comments on commit 5fcc62b

Please sign in to comment.