aboutsummaryrefslogtreecommitdiff
path: root/spark-velocity/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'spark-velocity/build.gradle')
-rw-r--r--spark-velocity/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/spark-velocity/build.gradle b/spark-velocity/build.gradle
index a8eb8cb..22533af 100644
--- a/spark-velocity/build.gradle
+++ b/spark-velocity/build.gradle
@@ -27,6 +27,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/**'