Skip to content

Commit

Permalink
Fix assemble
Browse files Browse the repository at this point in the history
  • Loading branch information
heyams committed Mar 5, 2024
1 parent 0c78ae4 commit 24d5dc4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions etw/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ if (buildNative) {
from configurations.jni32.files
from configurations.jni64.files
include "*.dll"
logger.info("###### Copying native libraries to ${sourceSets.main.output.resourcesDir}")
logger.info("###### rootDir ${rootDir}")
into "${rootDir}"
}
tasks.named("processResources").configure {
Expand Down

0 comments on commit 24d5dc4

Please sign in to comment.