mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-01-09 11:32:28 +00:00
0900039bdd
- Convert ethereumj-studio build from Maven to Gradle as well - Extract common build elements to top-level build.gradle - Update top-level README accordingly
5 lines
84 B
Groovy
5 lines
84 B
Groovy
rootProject.name = "ethereumj"
|
|
|
|
include "ethereumj-core"
|
|
include "ethereumj-studio"
|