aboutsummaryrefslogtreecommitdiffhomepage
path: root/settings.gradle.kts
diff options
context:
space:
mode:
authorJason Penilla <[email protected]>2023-11-28 19:32:53 -0700
committerJason Penilla <[email protected]>2023-11-28 19:34:06 -0700
commit27fa5a6abce54ff217911cf3308750bacd33909f (patch)
tree43debd08bf1047204d8fbdd8355503433030d7b9 /settings.gradle.kts
parent2182d4779289ee7dbb0e7510b0494716ec7e2cf4 (diff)
downloadPaper-merged-properties.tar.gz
Paper-merged-properties.zip
MergedProperties POC for sharing properties between projectsmerged-properties
This is an alternate way to share dependency versions between api & server to version catalogs (#9974), which have the problem where any catalog change that impacts the generated accessor ABI will cause the entire paperweight pipeline to run again (which makes it impractical for our use case) If we decide to go forward with this, will need to merge https://github.com/PaperMC/paperweight/pull/226 and make a paperweight release first.
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 f6aac1f56c..c65042b133 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -3,6 +3,7 @@ import java.util.Locale
pluginManagement {
repositories {
gradlePluginPortal()
+ mavenLocal()
maven("https://repo.papermc.io/repository/maven-public/")
}
}