Improve efficiency of Java implementation of natives.

This commit is contained in:
Andrew Steinborn
2018-12-28 13:02:41 -05:00
parent 566a306d18
commit 9bbe25fc90
8 changed files with 74 additions and 25 deletions

View File

@@ -8,7 +8,7 @@ apply from: '../gradle/checkstyle.gradle'
dependencies {
compile "com.google.guava:guava:${guavaVersion}"
compile "io.netty:netty-buffer:${nettyVersion}"
compile "io.netty:netty-handler:${nettyVersion}"
compile "org.checkerframework:checker-qual:${checkerFrameworkVersion}"
testCompile "org.junit.jupiter:junit-jupiter-api:${junitVersion}"