apply plugin: "java" repositories { mavenCentral() } dependencies { testCompile "junit:junit:4.12" //testCompile "com.esotericsoftware.kryo:kryo:2.24.0" testCompile "com.esotericsoftware:kryo:3.0.3" }