Skip to content

Commit

Permalink
disable relocate webp
Browse files Browse the repository at this point in the history
  • Loading branch information
AIDA64S committed Jun 18, 2024
1 parent 15dcf54 commit a0d70eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ shadowJar {
configurations = [project.configurations.shadowImplementation]
relocate "org.apache.http.client.cache", "org.teacon.slides.http.client.cache"
relocate "org.apache.http.impl.client.cache", "org.teacon.slides.http.impl.client.cache"
relocate "com.luciad.imageio.webp", "org.teacon.slides.imageio.webp"
}

dependencies {
Expand Down

0 comments on commit a0d70eb

Please sign in to comment.