mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-05 23:33:36 +00:00
Add FancyHolograms
This commit is contained in:
12
build.gradle.kts
Normal file
12
build.gradle.kts
Normal file
@@ -0,0 +1,12 @@
|
||||
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")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user