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 0e386dc commit e784917
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions jvmti/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ tasks.register("clean") {
dependsOn("cmakeClean")
}

tasks.register("build") {
finalizedBy("collectNativeLibs")
}

tasks.register<Copy>("collectNativeLibs") {
dependsOn("cmakeBuild")
from(
Expand All @@ -44,7 +40,7 @@ tasks.register<Copy>("collectNativeLibs") {


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

0 comments on commit e784917

Please sign in to comment.