Split natives. Add proper disposal for natives.

This commit is contained in:
Andrew Steinborn
2018-08-01 00:20:39 -04:00
parent 284a2a67a2
commit 22dd4bbb99
15 changed files with 56 additions and 20 deletions

View File

@@ -5,7 +5,7 @@ plugins {
dependencies {
compile 'com.google.code.gson:gson:2.8.5'
compile 'com.google.guava:guava:25.1-jre'
compile "com.google.guava:guava:${guavaVersion}"
compile 'net.kyori:text:1.12-1.6.0-SNAPSHOT'
compile 'com.moandjiezana.toml:toml4j:0.7.2'
testCompile "org.junit.jupiter:junit-jupiter-api:${junitVersion}"