mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-01 15:36:45 +00:00
15 lines
276 B
Groovy
15 lines
276 B
Groovy
pluginManagement {
|
|
repositories {
|
|
mavenLocal()
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
maven { url "https://dl.cloudsmith.io/public/arcane/archive/maven/" }
|
|
}
|
|
}
|
|
|
|
rootProject.name = 'Iris'
|
|
include 'bukkit'
|
|
include 'engine'
|
|
include 'engine'
|
|
|