mirror of
https://github.com/Artillex-Studios/AxMinions.git
synced 2024-11-25 12:05:56 +01:00
17 lines
449 B
Groovy
17 lines
449 B
Groovy
group = 'com.artillexstudios.axminions.common'
|
|
version = rootProject.version
|
|
|
|
processResources {
|
|
filesMatching("plugin.yml") {
|
|
expand(version: version)
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
implementation project(':api')
|
|
compileOnly files('../libs/CMI-API9.5.0.8.jar')
|
|
compileOnly files('../libs/IridiumSkyblock-4.0.9.jar')
|
|
compileOnly files('../libs/KingdomsX-1.16.12.jar')
|
|
compileOnly files('../libs/KGenerators-7.3-b161.jar')
|
|
}
|