2022-09-22 21:41:22 +02:00
|
|
|
// SPDX-License-Identifier: MIT
|
2022-09-22 18:09:24 +02:00
|
|
|
|
2022-09-23 21:02:46 +02:00
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
|
|
|
maven {
|
|
|
|
name = 'Fabric'
|
|
|
|
url = 'https://maven.fabricmc.net/'
|
|
|
|
}
|
|
|
|
gradlePluginPortal()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-09-22 18:09:24 +02:00
|
|
|
rootProject.name = 'AltAuth'
|
|
|
|
|
|
|
|
include 'bukkit'
|
|
|
|
include 'bungee'
|
|
|
|
include 'common'
|
2022-09-23 21:02:46 +02:00
|
|
|
include 'fabric'
|