mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
13 lines
331 B
Kotlin
13 lines
331 B
Kotlin
allprojects {
|
|
group = "de.oliver"
|
|
description = "Minecraft plugins of FancyInnovations"
|
|
|
|
repositories {
|
|
mavenLocal()
|
|
mavenCentral()
|
|
maven("https://repo.papermc.io/repository/maven-public/")
|
|
maven("https://repo.fancyplugins.de/releases")
|
|
maven(url = "https://jitpack.io")
|
|
}
|
|
}
|