We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1073332 commit 6035192Copy full SHA for 6035192
build.gradle
@@ -128,9 +128,18 @@ application {
128
}
129
130
shadowJar {
131
+ duplicatesStrategy = DuplicatesStrategy.INCLUDE
132
mergeServiceFiles()
-
133
- dependencies {
134
- exclude('dist_webp_binaries/')
135
- }
+ failOnDuplicateEntries = true
+
+ exclude('dist_webp_binaries/',
136
+ 'META-INF/LICENSE',
137
+ 'META-INF/LICENSE.txt',
138
+ 'META-INF/NOTICE',
139
+ 'META-INF/NOTICE.txt',
140
+ 'license/LICENSE',
141
+ 'license/LICENSE.dom-documentation.txt',
142
+ 'license/LICENSE.dom-software.txt',
143
+ 'license/NOTICE',
144
+ 'license/README.dom.txt')
145
0 commit comments