Skip to content

Commit

Permalink
Relocate cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
virustotalop committed Aug 10, 2024
1 parent 182e957 commit 35c2faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ subprojects {
relocate 'com.google.errorprone', 'com.clubobsidian.dynamicgui.shaded.errorprone'
relocate 'com.fasterxml.jackson', 'com.clubobsidian.dynamicgui.shaded.jackson'
relocate 'com.github.benmanes.caffeine', 'com.clubobsidian.dynamicgui.shaded.caffeine'
relocate 'cloud', 'com.clubobsidian.dynamicgui.shaded.cloud'
relocate 'org.incendo.cloud', 'com.clubobsidian.dynamicgui.shaded.cloud'
relocate 'com.google.thirdparty', 'com.clubobsidian.dynamicgui.shaded.google.thirdparty'
relocate 'io.github.classgraph', 'com.clubobsidian.dynamicgui.shaded.classgraph'
relocate 'nonapi.io.github.classgraph', 'com.clubobsidian.dynamicgui.shaded.nonapi.io.github.classgraph'
Expand Down

0 comments on commit 35c2faa

Please sign in to comment.