mirror of
https://github.com/Artillex-Studios/AxMinions.git
synced 2025-01-25 21:41:25 +01:00
8 lines
124 B
Groovy
8 lines
124 B
Groovy
group = 'com.artillexstudios.axminions'
|
|
version = rootProject.version
|
|
|
|
|
|
dependencies {
|
|
implementation project(':api')
|
|
}
|