Skip to content

Commit

Permalink
also fix standlone-server
Browse files Browse the repository at this point in the history
  • Loading branch information
stoty committed Jan 15, 2025
1 parent e97bbe0 commit 873ec68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standalone-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ tasks {
"com.google.common",
"com.google.protobuf",
"javax.servlet",
"org.apache.http",
"org.apache.hc",
"org.apache.commons"
).forEach {
relocate(it, "${project.group}.standalone.shaded.$it")
Expand Down

0 comments on commit 873ec68

Please sign in to comment.