From 4f43033439b7e6d5f6e42c2c50f37a5e227e90d5 Mon Sep 17 00:00:00 2001 From: Manfred Karrer Date: Wed, 24 Sep 2014 10:46:50 +0200 Subject: [PATCH] Change Maven to Gradle --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9088707413..1a48f5f570 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ It allows to trade fiat money (USD, EURO, ...) for Bitcoins without relying on a Instead, all participants form a peer to peer market. ## Dependencies -The project use **Java 8** and **Maven**. +The project use **Java 8** and **Gradle**. We use the **BitcoinJ** library and **TomP2P** for DHT and direct messaging. ## Development setup