1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-17 02:34:30 +01:00

continue to load paperclip from jfrog for now

This commit is contained in:
MiniDigger | Martin 2021-06-14 22:29:55 +02:00
parent 06259effd0
commit 26e04471c9

View file

@ -39,7 +39,7 @@ subprojects {
repositories {
mavenCentral()
maven("https://papermc.io/repo/repository/maven-public/") {
maven("https://wav.jfrog.io/artifactory/repo/") { // TODO replace with "https://papermc.io/repo/repository/maven-public/" once paperclip is deplyoed there
content {
onlyForConfigurations("paperclip")
}