mirror of
https://github.com/WiIIiam278/HuskSync.git
synced 2025-12-25 09:39:18 +00:00
7 lines
166 B
Groovy
7 lines
166 B
Groovy
dependencies {
|
|
implementation project(path: ':bukkit', configuration: 'shadow')
|
|
implementation project(path: ':api', configuration: 'shadow')
|
|
}
|
|
|
|
shadowJar {
|
|
} |