mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Fetch userdev plugin from plugin portal (#2136)
This commit is contained in:
parent
ccb503e49d
commit
b05e64a7ec
@ -12,13 +12,6 @@ repositories {
|
|||||||
name = "EngineHub"
|
name = "EngineHub"
|
||||||
url = uri("https://maven.enginehub.org/repo/")
|
url = uri("https://maven.enginehub.org/repo/")
|
||||||
}
|
}
|
||||||
maven {
|
|
||||||
name = "PaperMC"
|
|
||||||
url = uri("https://repo.papermc.io/repository/maven-public/")
|
|
||||||
content {
|
|
||||||
includeGroupByRegex("io\\.papermc\\..*")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
val properties = Properties().also { props ->
|
val properties = Properties().also { props ->
|
||||||
|
@ -6,10 +6,7 @@ plugins {
|
|||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven {
|
gradlePluginPortal()
|
||||||
name = "PaperMC"
|
|
||||||
url = uri("https://repo.papermc.io/repository/maven-public/")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
java {
|
java {
|
||||||
|
@ -5,10 +5,7 @@ plugins {
|
|||||||
applyPaperweightAdapterConfiguration()
|
applyPaperweightAdapterConfiguration()
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
gradlePluginPortal()
|
||||||
name = "PaperMC"
|
|
||||||
url = uri("https://repo.papermc.io/repository/maven-public/")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
@ -5,10 +5,7 @@ plugins {
|
|||||||
applyPaperweightAdapterConfiguration()
|
applyPaperweightAdapterConfiguration()
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
gradlePluginPortal()
|
||||||
name = "PaperMC"
|
|
||||||
url = uri("https://repo.papermc.io/repository/maven-public/")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
@ -5,10 +5,7 @@ plugins {
|
|||||||
applyPaperweightAdapterConfiguration()
|
applyPaperweightAdapterConfiguration()
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
gradlePluginPortal()
|
||||||
name = "PaperMC"
|
|
||||||
url = uri("https://repo.papermc.io/repository/maven-public/")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
Loading…
Reference in New Issue
Block a user