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