Just use external repositories

This commit is contained in:
Chris Barratt 2023-01-11 11:30:17 +00:00
parent e9c5f19027
commit 460dc05607
5 changed files with 1 additions and 15 deletions

View File

@ -30,9 +30,6 @@ allprojects {
repositories { repositories {
// All dependencies are held in Maven Central // All dependencies are held in Maven Central
mavenCentral() mavenCentral()
maven {
url = "$artifactoryContextUrl/"
}
} }
tasks.withType(Test).configureEach { tasks.withType(Test).configureEach {

View File

@ -6,9 +6,6 @@ plugins {
repositories { repositories {
mavenCentral() mavenCentral()
maven {
url = "$artifactoryContextUrl/"
}
} }
dependencies { dependencies {

View File

@ -2,6 +2,3 @@ jacksonVersion = 2.13.4
unirestVersion=3.13.10 unirestVersion=3.13.10
cordaApiVersion=5.0.0.523-Fox1.0 cordaApiVersion=5.0.0.523-Fox1.0
# R3 internal repository
artifactoryContextUrl=https://staging.download.corda.net/maven/20ede3c6-29c0-11ed-966d-b7c36748b9f6-Fox1.0

View File

@ -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. # 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 cordaNotaryPluginsVersion=5.0.0.0-Fox1.0
# Specify the version of the cordapp-cpb and cordapp-cpk plugins # Specify the version of the cordapp-cpb and cordapp-cpk plugins
cordaPluginsVersion=7.0.1 cordaPluginsVersion=7.0.1
@ -38,5 +37,3 @@ cordaRpcPasswd=admin
devEnvWorkspace=workspace devEnvWorkspace=workspace
dbContainerName=CSDEpostgresql dbContainerName=CSDEpostgresql
# R3 internal repository
artifactoryContextUrl=https://staging.download.corda.net/maven/20ede3c6-29c0-11ed-966d-b7c36748b9f6-Fox1.0

View File

@ -2,9 +2,7 @@ pluginManagement {
// Declare the repositories where plugins are stored. // Declare the repositories where plugins are stored.
repositories { repositories {
gradlePluginPortal() gradlePluginPortal()
maven { mavenCentral()
url = "$artifactoryContextUrl/"
}
} }
// The plugin dependencies with versions of the plugins congruent with the specified CorDapp plugin version, // The plugin dependencies with versions of the plugins congruent with the specified CorDapp plugin version,