mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-01-10 03:45:44 +00:00
936de35cff
This partially reverts commit c95f5ea, restoring use of Java 8 language features and APIs to ethereumj-studio, while leaving etherumj-core pinned to the Java 7 language level for Dalvik compatibility reasons. For further details, see the prior commit and https://github.com/ethereum/ethereumj/commit/c95f5ea#commitcomment-9119435.
17 lines
223 B
Groovy
17 lines
223 B
Groovy
wrapper.gradleVersion = '2.2.1'
|
|
|
|
allprojects {
|
|
apply plugin: 'eclipse'
|
|
}
|
|
|
|
subprojects {
|
|
apply plugin: 'java'
|
|
|
|
group = 'org.ethereum'
|
|
version = '0.7.14-SNAPSHOT'
|
|
|
|
repositories {
|
|
jcenter()
|
|
}
|
|
}
|