We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1661a commit 70f35b1Copy full SHA for 70f35b1
bindings/java/build.gradle
@@ -27,19 +27,19 @@ sourceSets {
27
tasks.register('copyLibwhisperDynlib', Copy) {
28
from '../../build/src'
29
include 'libwhisper.dylib'
30
- into 'build/generated/resources/main/darwin'
+ into 'build/generated/resources/main'
31
}
32
33
tasks.register('copyLibwhisperSo', Copy) {
34
35
include 'libwhisper.so'
36
- into 'build/generated/resources/main/linux-x86-64'
37
38
39
tasks.register('copyWhisperDll', Copy) {
40
from '../../build/Release'
41
include 'whisper.dll'
42
- into 'build/generated/resources/main/windows-x86-64'
43
44
45
tasks.register('copyLibs') {
0 commit comments