mirror of
https://github.com/SparklyPower/SparklyPaper.git
synced 2026-01-04 15:41:34 +00:00
20 lines
773 B
Diff
20 lines
773 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: MrPowerGamerBR <git@mrpowergamerbr.com>
|
|
Date: Sun, 4 Jul 2021 23:31:42 -0300
|
|
Subject: [PATCH] Add Paperweight 1.1.6 bug workaround
|
|
|
|
|
|
diff --git a/build.gradle.kts b/build.gradle.kts
|
|
index 8fc6315cf8afa10866f7a15c7a02f0d88f113007..feb4e39df30aa62b1c45096a0dbff1de28477579 100644
|
|
--- a/build.gradle.kts
|
|
+++ b/build.gradle.kts
|
|
@@ -184,7 +184,7 @@ abstract class IncludeMappings : BaseTask() {
|
|
}
|
|
|
|
val includeMappings = tasks.register<IncludeMappings>("includeMappings") {
|
|
- inputJar.set(tasks.fixJarForReobf.flatMap { it.outputJar })
|
|
+ inputJar.set(tasks.shadowJar.flatMap { it.archiveFile }) // SparklyPaper, from Airplane
|
|
mappings.set(tasks.reobfJar.flatMap { it.mappingsFile })
|
|
}
|
|
|