Skip to content

Commit

Permalink
[chore] updated corda artifactory locations (#85)
Browse files Browse the repository at this point in the history
* [chore] Upgrade packages to fix build

Signed-off-by: sownak.roy <sownak.roy@accenture.com>
  • Loading branch information
sownak authored Mar 12, 2024
1 parent 0e48272 commit 98cf196
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ buildscript { //properties that you need to build the project
mavenLocal()
mavenCentral()
jcenter()
maven { url 'https://software.r3.com/artifactory/corda-releases' }
maven { url 'https://download.corda.net/maven/corda-releases' }
}

dependencies {
Expand All @@ -51,7 +51,7 @@ allprojects { //Properties that you need to compile your project (The applicatio
mavenLocal()
jcenter()
mavenCentral()
maven { url 'https://software.r3.com/artifactory/corda' }
maven { url 'https://download.corda.net/maven/corda-dependencies' }
}

tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ repositories {
mavenCentral()

maven { url 'https://jitpack.io' }
maven { url 'https://software.r3.com/artifactory/corda' }
maven { url 'https://download.corda.net/maven/corda-dependencies' }
maven { url 'https://repo.gradle.org/gradle/libs-releases' }
}

0 comments on commit 98cf196

Please sign in to comment.