diff --git a/build.gradle b/build.gradle index 0f0a98e..9cb78fe 100644 --- a/build.gradle +++ b/build.gradle @@ -30,9 +30,6 @@ allprojects { repositories { // All dependencies are held in Maven Central mavenCentral() - maven { - url = "$artifactoryContextUrl/" - } } tasks.withType(Test).configureEach { diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index 49f7a1f..750b4c5 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -6,9 +6,6 @@ plugins { repositories { mavenCentral() - maven { - url = "$artifactoryContextUrl/" - } } dependencies { diff --git a/buildSrc/gradle.properties b/buildSrc/gradle.properties index 18a3ef5..a0d6994 100644 --- a/buildSrc/gradle.properties +++ b/buildSrc/gradle.properties @@ -2,6 +2,3 @@ jacksonVersion = 2.13.4 unirestVersion=3.13.10 cordaApiVersion=5.0.0.523-Fox1.0 - -# R3 internal repository -artifactoryContextUrl=https://staging.download.corda.net/maven/20ede3c6-29c0-11ed-966d-b7c36748b9f6-Fox1.0 diff --git a/gradle.properties b/gradle.properties index df4f589..156d05f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,6 @@ simulatorVersion=5.0.0.0-Fox1.0 # Currently packaged as part of corda-runtime-os, so should be set to a corda-runtime-os version. cordaNotaryPluginsVersion=5.0.0.0-Fox1.0 - # Specify the version of the cordapp-cpb and cordapp-cpk plugins cordaPluginsVersion=7.0.1 @@ -38,5 +37,3 @@ cordaRpcPasswd=admin devEnvWorkspace=workspace dbContainerName=CSDEpostgresql -# R3 internal repository -artifactoryContextUrl=https://staging.download.corda.net/maven/20ede3c6-29c0-11ed-966d-b7c36748b9f6-Fox1.0 diff --git a/settings.gradle b/settings.gradle index e9765c8..fb1520b 100644 --- a/settings.gradle +++ b/settings.gradle @@ -2,9 +2,7 @@ pluginManagement { // Declare the repositories where plugins are stored. repositories { gradlePluginPortal() - maven { - url = "$artifactoryContextUrl/" - } + mavenCentral() } // The plugin dependencies with versions of the plugins congruent with the specified CorDapp plugin version,