From aec9e46ab6c69fd7dbf333ca6914d95fdd8321ba Mon Sep 17 00:00:00 2001 From: Javier Vargas Date: Wed, 2 Sep 2020 18:21:00 +0200 Subject: [PATCH] Change gradle Version --- 17_2_Accessing_Bitcoind_with_Java.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/17_2_Accessing_Bitcoind_with_Java.md b/17_2_Accessing_Bitcoind_with_Java.md index a45b002..ca4626c 100644 --- a/17_2_Accessing_Bitcoind_with_Java.md +++ b/17_2_Accessing_Bitcoind_with_Java.md @@ -81,7 +81,7 @@ $ mvn exec:java -Dexec.mainClass=com.blockchaincommons.lbtc.App If you use [Gradle]((https://gradle.org/releases/), you can instead run: ```groovy -compile 'wf.bitcoin:JavaBitcoindRpcClient:1.1.0' +compile 'wf.bitcoin:JavaBitcoindRpcClient:1.2.1' ``` If you want a sample project and some instructions on how to run it on the server that you just created, you can refer to the [Bitcoind Java Sample Project](https://github.com/brunocvcunha/bitcoind-java-client-sample/). You can also browse all souce code for bitcoin-rpc-client (https://github.com/Polve/bitcoin-rpc-client).