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