fix(java): bundle mac binaries too

This commit is contained in:
zaaarf 2024-09-09 20:59:07 +02:00 committed by GitHub
parent f6ee2f0806
commit 7d6b14fe7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,6 +42,7 @@ processResources {
from(rustDir) {
include('*.dll')
include('*.so')
include('*dylib')
into('natives/')
}
}