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
5 changed files with 4 additions and 23 deletions

View File

@ -12,13 +12,6 @@ repositories {
name = "EngineHub"
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 ->