chore: Update PaperMC repository URL (#1756)

* Migrate PaperMC Repository Endpoints

* Migrate PaperMC JavaDocs endpoints
This commit is contained in:
BlockyTheDev
2022-05-21 12:08:10 +02:00
committed by GitHub
parent 14811169e3
commit d1f3ac8f76
6 changed files with 6 additions and 6 deletions

View File

@ -64,7 +64,7 @@ fun Project.applyCommonJavaConfiguration(sourcesJar: Boolean, banSlf4j: Boolean
"https://www.antlr.org/api/Java/",
"https://docs.enginehub.org/javadoc/org.enginehub.piston/core/0.5.7/",
"https://docs.enginehub.org/javadoc/org.enginehub.piston/default-impl/0.5.7/",
"https://papermc.io/javadocs/paper/1.18/",
"https://jd.papermc.io/paper/1.18/",
"https://javadoc.io/doc/com.fastasyncworldedit/FastAsyncWorldEdit-Core" // needed for other module linking
)
}