Skip to content

Commit a1e14e2

Browse files
committed
README updated with instructions for maven local - pre-artifactory release
1 parent 7b5c766 commit a1e14e2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Tokens/spaceships-javaAPIs/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# spaceships-javaAPIs token sample cordapp
22

3+
## IMPORTANT: this project is using TokenSDK snapshot until quarterly release available on mavenCentral
4+
5+
```java
6+
// FOR USE with snapshot source (pre-release JAVA APIs)
7+
tokens_release_group = 'com.r3.corda.lib.tokens'
8+
tokens_release_version = '1.2-SNAPSHOT'
9+
```
10+
You must download the latest source [here](https://github.com/corda/token-sdk) and then run the gradle task 'publishToMavenLocal'
11+
12+
---
313
This cordapp demonstrates the new Java Apis released with TokenSDK 1.2
414

515
The core changes include easier access to the following Utility classes and functions from Java:

0 commit comments

Comments
 (0)