From 7b18b6740ec0602e214138d2c6b47d02ef6e2ce6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rg=20Prante?= Date: Thu, 12 Jan 2017 12:53:25 +0100 Subject: [PATCH] add native epoll for Linux --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index 9af88e1..ba1f71c 100644 --- a/build.gradle +++ b/build.gradle @@ -64,6 +64,8 @@ dependencies { exclude group: 'org.elasticsearch.plugin', module: 'percolator-client' exclude group: 'org.elasticsearch.plugin', module: 'lang-mustache-client' } + compile "io.netty:netty-transport-native-epoll:4.1.6.Final" + compile "io.netty:netty-transport-native-epoll:4.1.6.Final:linux-x86_64" compile "org.apache.logging.log4j:log4j-api:2.7" testCompile "junit:junit:4.12" testCompile "org.apache.logging.log4j:log4j-core:2.7"