wrapper.gradleVersion = '2.2.1' allprojects { apply plugin: 'eclipse' } subprojects { apply plugin: 'java' sourceCompatibility = 1.8 group = 'org.ethereum' version = '0.7.15-SNAPSHOT' repositories { jcenter() } }