mirror of
https://github.com/BX-Team/DivineMC.git
synced 2025-12-22 16:29:23 +00:00
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 8b1de4e68aa844856af757f6dd0e2c44b8b2db30..4f7615ee07531867bda77cb3e871fbe1d4aa78a1 100644
|
|
--- a/build.gradle.kts
|
|
+++ b/build.gradle.kts
|
|
@@ -240,3 +240,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
|