Skip to content

Commit

Permalink
update.
Browse files Browse the repository at this point in the history
  • Loading branch information
aoli-al committed Aug 4, 2024
1 parent 5ad0653 commit 0e386dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jvmti/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ tasks.register<Copy>("collectNativeLibs") {


tasks.register<Jar>("jarWithNativeLibs") {
dependsOn("build")
archiveFileName.set("fray-jvmti.jar")
destinationDirectory.set(file("${layout.buildDirectory.get().asFile}/libs"))
archiveClassifier.set("$os-$arch")
Expand Down

0 comments on commit 0e386dc

Please sign in to comment.