Add jna lib to jvm jar resources
This commit is contained in:
@@ -4,18 +4,6 @@ plugins {
|
||||
id 'maven-publish'
|
||||
}
|
||||
|
||||
test {
|
||||
environment "LD_LIBRARY_PATH", file("${projectDir}/libs/x86_64_linux").absolutePath
|
||||
testLogging {
|
||||
events "PASSED", "SKIPPED", "FAILED", "STANDARD_OUT", "STANDARD_ERROR"
|
||||
}
|
||||
}
|
||||
|
||||
//task buildRust(type: Exec) {
|
||||
// workingDir '../'
|
||||
// commandLine './build.sh'
|
||||
//}
|
||||
|
||||
dependencies {
|
||||
implementation platform('org.jetbrains.kotlin:kotlin-bom')
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
||||
|
||||
Reference in New Issue
Block a user