aboutsummaryrefslogtreecommitdiff
path: root/spark-fabric
diff options
context:
space:
mode:
authorlucko <git@lucko.me>2021-03-10 15:44:14 +0000
committerGitHub <noreply@github.com>2021-03-10 15:44:14 +0000
commit9ee26a12f12a89a6df14eb86afce5d88b5a2cf25 (patch)
tree840ab480ae324b50cefc63b69dae9b38660dc94f /spark-fabric
parentfd6736fc2f0bae48dda1d4b595e867d9c7244c27 (diff)
downloadspark-9ee26a12f12a89a6df14eb86afce5d88b5a2cf25.tar.gz
spark-9ee26a12f12a89a6df14eb86afce5d88b5a2cf25.tar.bz2
spark-9ee26a12f12a89a6df14eb86afce5d88b5a2cf25.zip
async-profiler support (#102)
Diffstat (limited to 'spark-fabric')
-rw-r--r--spark-fabric/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/spark-fabric/build.gradle b/spark-fabric/build.gradle
index 4349f66..eb978bd 100644
--- a/spark-fabric/build.gradle
+++ b/spark-fabric/build.gradle
@@ -64,6 +64,7 @@ shadowJar {
relocate 'org.tukaani.xz', 'me.lucko.spark.lib.xz'
relocate 'com.google.protobuf', 'me.lucko.spark.lib.protobuf'
relocate 'org.objectweb.asm', 'me.lucko.spark.lib.asm'
+ relocate 'one.profiler', 'me.lucko.spark.lib.asyncprofiler'
exclude 'module-info.class'
exclude 'META-INF/maven/**'