ext.jadxClasspath = 'clsp-data/android-4.3.jar' dependencies { compile files('lib/dx-1.8.jar') runtime files(jadxClasspath) } task packTests(type: Jar) { classifier = 'tests' from sourceSets.test.output }