mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-03 08:25:31 +00:00
add papermc maven to build setting
This commit is contained in:
parent
d93f11b5f2
commit
f4f0dca3bd
@ -24,9 +24,12 @@ include(":platforms:bukkit:common")
|
|||||||
|
|
||||||
pluginManagement {
|
pluginManagement {
|
||||||
repositories {
|
repositories {
|
||||||
maven(url = "https://maven.fabricmc.net") {
|
maven("https://maven.fabricmc.net") {
|
||||||
name = "Fabric"
|
name = "Fabric"
|
||||||
}
|
}
|
||||||
|
maven("https://papermc.io/repo/repository/maven-public/") {
|
||||||
|
name = "PaperMC"
|
||||||
|
}
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user