mirror of
https://github.com/Artillex-Studios/AxMinions.git
synced 2024-11-29 12:45:18 +01:00
13 lines
218 B
Groovy
13 lines
218 B
Groovy
group = 'com.artillexstudios.axminions'
|
|
version = rootProject.version
|
|
|
|
processResources {
|
|
filesMatching("plugin.yml") {
|
|
expand(version: version)
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
implementation project(':api')
|
|
}
|