mirror of
https://github.com/BX-Team/DivineMC.git
synced 2025-12-21 07:49:18 +00:00
Upstream has released updates that appear to apply and compile correctly Purpur Changes: PurpurMC/Purpur@998a4e6 [ci skip] add a good chunk of patch identifying comments PurpurMC/Purpur@e440784 [ci skip] a couple more patch identifying comments PurpurMC/Purpur@c33391b Updated Upstream (Paper) PurpurMC/Purpur@8d7fab1 [ci skip] small patch comment cleanup
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
|