Skip to content

Commit

Permalink
Merge pull request #1192 from corda/ronanb/merge-5.0-5.1__2023-07-28
Browse files Browse the repository at this point in the history
ES-852: Merging forward updates from 5.0 to 5.1 - 2023-07-28
  • Loading branch information
ronanbrowne authored Jul 28, 2023
2 parents 37bc559 + d2f7af8 commit 27a1d59
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ ignore:
artifacts.
expires: 2023-06-19T13:28:02.582Z
created: 2023-03-20T13:28:02.597Z
patch: {}
patch: {}
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ licenseUrl = http://www.apache.org/licenses/LICENSE-2.0.txt

# Artifactory
artifactoryContextUrl = https://software.r3.com/artifactory
publicArtifactURL = https://download.corda.net/maven

# Gradle
# dokka need more metaspace - https://github.com/Kotlin/dokka/issues/1405
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pluginManagement {
}
} else {
maven {
url "$artifactoryContextUrl/corda-releases"
url "${publicArtifactURL}/corda-releases"
content {
includeGroupByRegex 'net\\.corda\\.plugins(\\..*)?'
}
Expand Down Expand Up @@ -68,7 +68,7 @@ dependencyResolutionManagement {
mavenCentral()

maven {
url = "$artifactoryContextUrl/corda-dependencies"
url = "${publicArtifactURL}/corda-dependencies"
}

maven {
Expand Down

0 comments on commit 27a1d59

Please sign in to comment.