apply plugin: 'java' repositories { mavenCentral() } dependencies { compile project(':deps:com.juick.xmpp') compile 'org.apache.httpcomponents:httpclient:4.5.1' compile 'org.apache.commons:commons-lang3:3.4' compile "org.springframework:spring-jdbc:4.3.1.RELEASE" compile 'org.json:json:20151123' } compileJava.options.encoding = 'UTF-8'