Changed NativeLibraryLocator to make extraction code multi-process safe.

This commit is contained in:
Adam Murdoch
2012-10-07 06:55:03 +10:00
parent bc84bb102b
commit fbf246dbf9
5 changed files with 76 additions and 22 deletions

View File

@@ -17,6 +17,10 @@ if (project.hasProperty('release')) {
}
}
dependencies {
compile 'net.sf.jopt-simple:jopt-simple:4.2'
}
configurations.archives.artifacts.clear()
artifacts {
archives distZip