mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-21 16:05:03 +00:00
11 lines
218 B
Groovy
11 lines
218 B
Groovy
![]() |
dependencies {
|
||
|
compileOnly project(':EssentialsX')
|
||
|
implementation 'org.igniterealtime.smack:smack:3.2.1'
|
||
|
}
|
||
|
|
||
|
shadowJar {
|
||
|
dependencies {
|
||
|
include (dependency('org.igniterealtime.smack:smack'))
|
||
|
}
|
||
|
}
|