[FEAT] Initial preparations for custom embeds and custom message types

This commit is contained in:
2023-07-23 00:32:31 +02:00
parent 5e90d1ef38
commit 42e8adcfae
10 changed files with 68 additions and 36 deletions

View File

@@ -100,7 +100,8 @@ shadowJar {
relocate 'oshi', shade_group + 'oshi'
relocate 'kotlin', shade_group + 'kotlin'
relocate 'org.jasypt', shade_group + 'jasypt'
relocate 'com.google', shade_group + 'google'
relocate 'com.google.common', shade_group + 'google.common'
relocate 'com.google.thirdparty', shade_group + 'google.thirdparty'
relocate 'edu', shade_group + 'edu'
relocate 'io', shade_group + 'io'
relocate 'javassist', shade_group + 'javassist'