mirror of
https://github.com/LeavesMC/Leaves.git
synced 2025-12-21 15:59:33 +00:00
27 lines
777 B
Diff
27 lines
777 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: violetc <58360096+s-yh-china@users.noreply.github.com>
|
|
Date: Sat, 22 Jul 2023 02:33:52 +0800
|
|
Subject: [PATCH] Leaves API publish
|
|
|
|
|
|
diff --git a/build.gradle.kts b/build.gradle.kts
|
|
index fa4c21e6b0f7f87d153db8211c1fd10f2bc22011..11c29efa3798341ace33ad35fac95065d72e8f21 100644
|
|
--- a/build.gradle.kts
|
|
+++ b/build.gradle.kts
|
|
@@ -212,3 +212,14 @@ tasks.check {
|
|
dependsOn(scanJarForOldGeneratedCode)
|
|
}
|
|
// Paper end
|
|
+
|
|
+// Leaves start - publish api
|
|
+publishing {
|
|
+ repositories {
|
|
+ maven("https://repo.leavesmc.top/snapshots") {
|
|
+ name = "leaves"
|
|
+ credentials(PasswordCredentials::class)
|
|
+ }
|
|
+ }
|
|
+}
|
|
+// Leaves end - publish api
|
|
\ No newline at end of file
|