use the correct target for ensuring jni libs are in place

This commit is contained in:
Jeff Becker 2021-06-21 07:13:20 -04:00
parent e3c5a9771e
commit 54bacd003d
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 1 additions and 1 deletions

View File

@ -65,4 +65,4 @@ task ensureNativeLibs(type: Copy) {
}
ensureNativeLibs.dependsOn compileNativeLibs
assemble.dependsOn ensureNativeLibs
preBuild.dependsOn ensureNativeLibs