Skip to content

Commit 969eebc

Browse files
Fix comments
1 parent dff84e1 commit 969eebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dumper/lib-ext-hive-metastore/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ shadowJar {
113113
exclude(dependency('org.datanucleus:.*')) // can't be safely shadowed
114114
}
115115

116-
exclude 'META-INF/versions/**' // // Exclude the specific Java 8+ deps versions
116+
exclude 'META-INF/versions/**' // Exclude the specific Java 8+ deps versions
117117

118118
relocate 'org.apache.thrift', 'shadow.org.apache.thrift' // this is the whole point of doing this
119119
relocate 'com.google.common', 'shadow.com.google.common'

0 commit comments

Comments
 (0)