Skip to content

Commit 41808fa

Browse files
committed
disable relocate webp
1 parent c4d8958 commit 41808fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ shadowJar {
2828
configurations = [project.configurations.shadowImplementation]
2929
relocate "org.apache.http.client.cache", "org.teacon.slides.http.client.cache"
3030
relocate "org.apache.http.impl.client.cache", "org.teacon.slides.http.impl.client.cache"
31-
relocate "com.luciad.imageio.webp", "org.teacon.slides.imageio.webp"
3231
}
3332

3433
dependencies {

0 commit comments

Comments
 (0)