mirror of
https://github.com/Artillex-Studios/AxMinions.git
synced 2025-02-17 01:21:24 +01:00
16 lines
249 B
Groovy
16 lines
249 B
Groovy
|
pluginManagement {
|
||
|
repositories {
|
||
|
mavenCentral()
|
||
|
gradlePluginPortal()
|
||
|
}
|
||
|
}
|
||
|
|
||
|
plugins {
|
||
|
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.5.0'
|
||
|
}
|
||
|
|
||
|
rootProject.name = 'AxMinions'
|
||
|
include 'api'
|
||
|
include 'common'
|
||
|
|