Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 1935318

Browse files
Ashish Bhatiamkalinin
Ashish Bhatia
authored andcommitted
Update gradle command
Replace compile with implementation as recommended here: https://docs.gradle.org/current/userguide/java_library_plugin.html#sec:java_library_separation
1 parent 9cdb21f commit 1935318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ We keep EthereumJ as thin as possible. For [JSON-RPC](https://github.com/ethereu
3030
jcenter()
3131
maven { url "https://dl.bintray.com/ethereum/maven/" }
3232
}
33-
compile "org.ethereum:ethereumj-core:1.8.+"
33+
implementation "org.ethereum:ethereumj-core:1.8.+"
3434
```
3535

3636
As a starting point for your own project take a look at https://github.com/ether-camp/ethereumj.starter

0 commit comments

Comments
 (0)