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 ea64daa8af9630433ea3a1053d3246f0b16aceb6..e4fd455f0019c24fa78ae1c9bf48f2ca0c5594e5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -171,3 +171,14 @@ tasks.check { dependsOn(scanJar) } // 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