diff --git a/.snyk b/.snyk index 36101b2ced..10630206a1 100644 --- a/.snyk +++ b/.snyk @@ -56,4 +56,4 @@ ignore: artifacts. expires: 2023-06-19T13:28:02.582Z created: 2023-03-20T13:28:02.597Z -patch: {} +patch: {} \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index f8e8abf1bc..3ddffb4960 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/settings.gradle b/settings.gradle index 10eb50448f..a0a7752f0e 100644 --- a/settings.gradle +++ b/settings.gradle @@ -15,7 +15,7 @@ pluginManagement { } } else { maven { - url "$artifactoryContextUrl/corda-releases" + url "${publicArtifactURL}/corda-releases" content { includeGroupByRegex 'net\\.corda\\.plugins(\\..*)?' } @@ -68,7 +68,7 @@ dependencyResolutionManagement { mavenCentral() maven { - url = "$artifactoryContextUrl/corda-dependencies" + url = "${publicArtifactURL}/corda-dependencies" } maven {