mirror of
https://github.com/BX-Team/DivineMC.git
synced 2025-12-23 16:59:24 +00:00
Updated Upstream (Purpur)
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
This commit is contained in:
25
patches/api/0005-DivineMC-API-Publish.patch
Normal file
25
patches/api/0005-DivineMC-API-Publish.patch
Normal file
@@ -0,0 +1,25 @@
|
||||
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
|
||||
Reference in New Issue
Block a user