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