version '0.1' ext { netty_version = '4.1.22.Final' } dependencies { /* Protocol 1.12.2 */ compile_excludeCopy project(':proto_1.12.2') /* Netty */ compile (group: 'io.netty', name: 'netty-all', version: netty_version) }