mirror of
https://github.com/BX-Team/DivineMC.git
synced 2025-12-19 14:59:25 +00:00
Upstream has released updates that appear to apply and compile correctly Purpur Changes: PurpurMC/Purpur@2af2e71 Updated Upstream (Paper) PurpurMC/Purpur@ffeb49d ignore `item_model` component for don't run with scissors feature alongside `custom_model_data` component
26 lines
775 B
Diff
26 lines
775 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: NONPLAYT <76615486+NONPLAYT@users.noreply.github.com>
|
|
Date: Tue, 14 May 2024 17:22:39 +0300
|
|
Subject: [PATCH] DivineMC API Publish
|
|
|
|
|
|
diff --git a/build.gradle.kts b/build.gradle.kts
|
|
index db5b44861cabd70f7d9acb6a8a951efd68b97a18..95af32719a74893b0c0c7f20f178f222f8d24777 100644
|
|
--- a/build.gradle.kts
|
|
+++ b/build.gradle.kts
|
|
@@ -266,3 +266,14 @@ tasks.withType<JavaCompile> {
|
|
compilerArgs.add("-Xlint:-dep-ann")
|
|
}
|
|
// DivineMC end
|
|
+
|
|
+// DivineMC start - publish to GitHub Packages
|
|
+publishing {
|
|
+ repositories {
|
|
+ maven("https://repo.bx-team.space/snapshots") {
|
|
+ name = "divinemc"
|
|
+ credentials(PasswordCredentials::class)
|
|
+ }
|
|
+ }
|
|
+}
|
|
+// DivineMC end
|