aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0710-Add-git-branch-and-commit-to-manifest.patch
diff options
context:
space:
mode:
authorJason Penilla <[email protected]>2022-04-13 20:34:45 -0700
committerJason Penilla <[email protected]>2022-04-13 20:41:37 -0700
commit6625db387ea9fe5296a6c6f984975b387c3089f0 (patch)
treea467110a8e961abdf8d6b84f926c964cd38d21c3 /patches/server/0710-Add-git-branch-and-commit-to-manifest.patch
parent0954966638822410a9ce32c6ea8ae4110d10a8ba (diff)
downloadPaper-6625db387ea9fe5296a6c6f984975b387c3089f0.tar.gz
Paper-6625db387ea9fe5296a6c6f984975b387c3089f0.zip
Replace third party repos with Paper repover/1.17.1
Diffstat (limited to 'patches/server/0710-Add-git-branch-and-commit-to-manifest.patch')
-rw-r--r--patches/server/0710-Add-git-branch-and-commit-to-manifest.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/server/0710-Add-git-branch-and-commit-to-manifest.patch b/patches/server/0710-Add-git-branch-and-commit-to-manifest.patch
index 50009c0457..2294688387 100644
--- a/patches/server/0710-Add-git-branch-and-commit-to-manifest.patch
+++ b/patches/server/0710-Add-git-branch-and-commit-to-manifest.patch
@@ -5,10 +5,10 @@ Subject: [PATCH] Add git branch and commit to manifest
diff --git a/build.gradle.kts b/build.gradle.kts
-index 1e4e3c6fbac820fa03e2a6f5d76c008d5879d2e6..c7ebad49e04c36c27341cabc4a024f170d762f3f 100644
+index a744a8e5917ded1488f377d3ed2c30c41132a03d..35266258f7eddba51a6e2b334046954213d88237 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
-@@ -69,6 +69,7 @@ tasks.jar {
+@@ -60,6 +60,7 @@ tasks.jar {
val gitHash = git("rev-parse", "--short=7", "HEAD").getText().trim()
val implementationVersion = System.getenv("BUILD_NUMBER") ?: "\"$gitHash\""
val date = git("show", "-s", "--format=%ci", gitHash).getText().trim() // Paper
@@ -16,7 +16,7 @@ index 1e4e3c6fbac820fa03e2a6f5d76c008d5879d2e6..c7ebad49e04c36c27341cabc4a024f17
attributes(
"Main-Class" to "org.bukkit.craftbukkit.Main",
"Implementation-Title" to "CraftBukkit",
-@@ -78,6 +79,8 @@ tasks.jar {
+@@ -69,6 +70,8 @@ tasks.jar {
"Specification-Version" to project.version,
"Specification-Vendor" to "Bukkit Team",
"Multi-Release" to "true", // Paper