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