aboutsummaryrefslogtreecommitdiffhomepage
path: root/settings.gradle.kts
diff options
context:
space:
mode:
authorRiley Park <[email protected]>2024-05-13 18:41:52 -0700
committerRiley Park <[email protected]>2024-05-13 18:45:00 -0700
commit4bf82f5437441c21ad09cf33c81c01d89e36f239 (patch)
treedb22b373073bbf2c315899a6acf5c1c31de365a2 /settings.gradle.kts
parent2faa3b2f44c962ce7413e8e3d71e32786851d556 (diff)
downloadPaper-4bf82f5437441c21ad09cf33c81c01d89e36f239.tar.gz
Paper-4bf82f5437441c21ad09cf33c81c01d89e36f239.zip
feat: use bibliothek-gradle pluginfeature/bibliothek
Diffstat (limited to 'settings.gradle.kts')
-rw-r--r--settings.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts
index eb689c22d8..952a117356 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -4,6 +4,7 @@ pluginManagement {
repositories {
gradlePluginPortal()
maven("https://repo.papermc.io/repository/maven-public/")
+ mavenLocal() // TODO: remove once bibliothek-gradle is published
}
}