Skip to content

Commit

Permalink
Adjusting repo URL to point at Broadcom
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeppe-pivotal committed Jul 29, 2024
1 parent 1b6035c commit af3baf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ repositories {
mavenCentral()

maven {
name = 'VMware Repository'
url = project.findProperty("commercialRepository") ?: "https://commercial-repo.pivotal.io/data3/gemfire-release-repo/gemfire"
name = 'Broadcom Repository'
url = project.findProperty("commercialRepository") ?: "https://packages.broadcom.com/artifactory/gemfire"
credentials {
username = System.getenv("COMMERCIAL_MAVEN_USERNAME")
password = System.getenv("COMMERCIAL_MAVEN_PASSWORD")
Expand Down

0 comments on commit af3baf6

Please sign in to comment.