aboutsummaryrefslogtreecommitdiff
path: root/spark-universal
diff options
context:
space:
mode:
Diffstat (limited to 'spark-universal')
-rw-r--r--spark-universal/build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/spark-universal/build.gradle b/spark-universal/build.gradle
index 1ecd245..7b69d2f 100644
--- a/spark-universal/build.gradle
+++ b/spark-universal/build.gradle
@@ -15,7 +15,8 @@ shadowJar {
relocate 'okio', 'me.lucko.spark.lib.okio'
relocate 'okhttp3', 'me.lucko.spark.lib.okhttp3'
- relocate 'org.tukaani.xz', 'xz'
+ relocate 'org.tukaani.xz', 'me.lucko.spark.lib.xz'
+ relocate 'com.google.protobuf', 'me.lucko.spark.lib.protobuf'
}
artifacts {