Fetch userdev plugin from plugin portal (#2136)

This commit is contained in:
Alexander Brandes 2023-03-07 15:35:33 +01:00 committed by GitHub
parent ccb503e49d
commit b05e64a7ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 23 deletions

View File

@ -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 ->

View File

@ -6,10 +6,7 @@ plugins {
repositories { repositories {
mavenCentral() mavenCentral()
maven { gradlePluginPortal()
name = "PaperMC"
url = uri("https://repo.papermc.io/repository/maven-public/")
}
} }
java { java {

View File

@ -5,10 +5,7 @@ plugins {
applyPaperweightAdapterConfiguration() applyPaperweightAdapterConfiguration()
repositories { repositories {
maven { gradlePluginPortal()
name = "PaperMC"
url = uri("https://repo.papermc.io/repository/maven-public/")
}
} }
dependencies { dependencies {

View File

@ -5,10 +5,7 @@ plugins {
applyPaperweightAdapterConfiguration() applyPaperweightAdapterConfiguration()
repositories { repositories {
maven { gradlePluginPortal()
name = "PaperMC"
url = uri("https://repo.papermc.io/repository/maven-public/")
}
} }
dependencies { dependencies {

View File

@ -5,10 +5,7 @@ plugins {
applyPaperweightAdapterConfiguration() applyPaperweightAdapterConfiguration()
repositories { repositories {
maven { gradlePluginPortal()
name = "PaperMC"
url = uri("https://repo.papermc.io/repository/maven-public/")
}
} }
dependencies { dependencies {