Skip to content

Commit 97453ae

Browse files
committed
Removed contract tests
Removed R3 artifactory from repositories
1 parent c035d89 commit 97453ae

File tree

9 files changed

+0
-954
lines changed

9 files changed

+0
-954
lines changed

build.gradle

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ allprojects {
3333
cordaRuntimePluginWorkspaceDir = "workspace"
3434
cordaBinDir = "${System.getProperty("user.home")}/.corda/corda5"
3535
cordaCliBinDir = "${System.getProperty("user.home")}/.corda/cli"
36-
37-
// Only need to supply these if you want to use an unpublished version
38-
artifactoryUsername = findProperty('cordaArtifactoryUsername') ?: System.getenv('CORDA_ARTIFACTORY_USERNAME')
39-
artifactoryPassword = findProperty('cordaArtifactoryPassword') ?: System.getenv('CORDA_ARTIFACTORY_PASSWORD')
4036
}
4137

4238
java {
@@ -58,22 +54,6 @@ allprojects {
5854
// All dependencies are held in Maven Central
5955
mavenLocal()
6056
mavenCentral()
61-
62-
// R3 Internal repositories for dev
63-
// Repository provides Corda 5 binaries that implement Corda-API.
64-
// These will be made publicly available.
65-
// Final location to be decided.
66-
// Repository subject to change
67-
maven {
68-
url = "$artifactoryContextUrl/corda-os-maven"
69-
authentication {
70-
basic(BasicAuthentication)
71-
}
72-
credentials {
73-
username = findProperty('cordaArtifactoryUsername') ?: System.getenv('CORDA_ARTIFACTORY_USERNAME')
74-
password = findProperty('cordaArtifactoryPassword') ?: System.getenv('CORDA_ARTIFACTORY_PASSWORD')
75-
}
76-
}
7757
}
7858

7959
tasks.withType(Test).configureEach {

contracts/src/test/java/com/r3/developers/apples/contracts/AppleStampContractIssueCommandTest.java

Lines changed: 0 additions & 116 deletions
This file was deleted.

contracts/src/test/java/com/r3/developers/apples/contracts/ApplesContractTest.java

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)