Skip to content

Commit 4569886

Browse files
1.0.0-rc4
1 parent 4f2b6ed commit 4569886

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
# ONIXLabs Corda Core
44

5-
The ONIXLabs Corda Core...
5+
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.
6+
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.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ buildscript {
2929
}
3030

3131
group 'io.onixlabs'
32-
version '1.0.0-rc3'
32+
version '1.0.0-rc4'
3333

3434
subprojects {
3535
repositories {
@@ -66,7 +66,7 @@ subprojects {
6666

6767
test {
6868
jvmArgs = ["-ea", "-javaagent:../lib/quasar.jar"]
69-
maxHeapSize = "1024m"
69+
maxHeapSize = "4096m"
7070
useJUnitPlatform()
7171
}
7272
}

0 commit comments

Comments
 (0)