Skip to content

Commit f3698c3

Browse files
authored
Add PaperMC repository to adapter build logic
1 parent 6f8f341 commit f3698c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build-logic/src/main/kotlin/buildlogic.adapter.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ paperweight {
1313
}
1414

1515
repositories {
16+
maven {
17+
name = "PaperMC"
18+
url = uri("https://repo.papermc.io/repository/maven-public/")
19+
}
1620
maven {
1721
name = "EngineHub Repository"
1822
url = uri("https://maven.enginehub.org/repo/")

0 commit comments

Comments
 (0)