Skip to content

Commit 19e6a47

Browse files
1.0.0
1 parent c7b641a commit 19e6a47

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
ONIXLabs Corda Core provides Corda developers with a suite of APIs to empower development of CorDapps, and also serves as the foundation for all of the ONIXLabs Corda Frameworks and APIs.
66

7-
Whilst the ONIXLabs Corda Core API isn't a CorDapp in it's own right, it is partitioned into contract, workflow and integration layers for simplicity.
7+
Whilst the ONIXLabs Corda Core API isn't intended to be used as a CorDapp (it doesn't have any of it's own states and/or contracts), it's partitioned into contract, workflow and integration layers for simplicty, and is signed with the ONIXLabs key.
8+
9+
810

911

1012

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ subprojects {
7777

7878
jar {
7979
exclude '**/log4j2*.xml'
80-
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
8180
}
8281

8382
test {

0 commit comments

Comments
 (0)