Skip to content

Commit

Permalink
ci: other deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mate-from-mattr committed Dec 16, 2024
1 parent b442371 commit 561c4c1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion wrappers/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,18 @@ task buildAndCopyBinaries {
dependsOn ':copyBinaries'
}

// Add the dependency to distZip (if it exists from a plugin)
tasks.named('startScripts') {
dependsOn copyMacosNativeDep
}

tasks.named('distZip') {
dependsOn copyMacosNativeDep
}

tasks.named('distTar') {
dependsOn copyMacosNativeDep
}

/* Copy the native bbs file */
task copyMacosNativeDep(type: Copy) {
from 'src/main/jniLibs/darwin-x86_64/libbbs.dylib'
Expand Down

0 comments on commit 561c4c1

Please sign in to comment.