aboutsummaryrefslogtreecommitdiff
path: root/spark-fabric
diff options
context:
space:
mode:
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/**'