aboutsummaryrefslogtreecommitdiff
path: root/spark-common/build.gradle
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2021-12-28 18:12:33 +0000
committerLuck <git@lucko.me>2021-12-28 18:12:33 +0000
commitbfbbcb3e68e019da4657ef0da22b889de656ae3f (patch)
treeb49b109cd6415bf74f34e0cb0fd1dbbd83534a67 /spark-common/build.gradle
parent97320645783f21893a4a8dc3af0a29804f1cf6dd (diff)
downloadspark-bfbbcb3e68e019da4657ef0da22b889de656ae3f.tar.gz
spark-bfbbcb3e68e019da4657ef0da22b889de656ae3f.tar.bz2
spark-bfbbcb3e68e019da4657ef0da22b889de656ae3f.zip
Include platform and system statistics in profiler viewer payload
Diffstat (limited to 'spark-common/build.gradle')
-rw-r--r--spark-common/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/spark-common/build.gradle b/spark-common/build.gradle
index 60f823c..c1ddafb 100644
--- a/spark-common/build.gradle
+++ b/spark-common/build.gradle
@@ -32,8 +32,8 @@ dependencies {
processResources {
from(sourceSets.main.resources.srcDirs) {
- include 'linux/libasyncProfiler.so'
- include 'macosx/libasyncProfiler.so'
+ include 'spark/linux/libasyncProfiler.so'
+ include 'spark/macosx/libasyncProfiler.so'
}
}