Update 17_2_Accessing_Bitcoind_with_Java.md

This commit is contained in:
Shannon Appelcline 2020-09-01 14:29:10 -10:00 committed by GitHub
parent d4961f8ac6
commit 9faf8cb3e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ In order to include `JavaBitcoindRpcClient`, you must add that dependency to `<d
<dependency>
<groupId>wf.bitcoin</groupId>
<artifactId>bitcoin-rpc-client</artifactId>
<version>1.1.0</version>
<version>1.2.1</version>
</dependency>
```
You need to add compiler properties to indicate what JDK version will compile the source code.