9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-22 00:19:20 +00:00

Clean up patches

This commit is contained in:
Dreeam
2023-03-11 12:05:02 -05:00
parent c395b0c251
commit c9ed2f74a0
3 changed files with 11 additions and 16 deletions

View File

@@ -1,17 +1,14 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Dreeam <61569423+Dreeam-qwq@users.noreply.github.com>
Date: Sat, 11 Mar 2023 04:28:34 -0500
Subject: [PATCH] =?UTF-8?q?=E2=80=9C=C3=A2Fix=20build=20system=20issues?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Subject: [PATCH] Fix build system issues
diff --git a/build.gradle.kts b/build.gradle.kts
index 3401058ba444cc18691cb5eb1e324a739ea14bc4..86812efc78480170a4a8d490b41f9a7e3c1cd29e 100644
index 1b4d00c5b5794b065737f0ca2e61ec8a79a5fa48..4edfa9998d160026765a35806fad2d959ce84de4 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -199,15 +199,14 @@ fun TaskContainer.registerRunTask(
@@ -198,15 +198,14 @@ fun TaskContainer.registerRunTask(
systemProperty("gale.detect.thread.blocks", true) // Gale - base thread pool - watch for blocking base threads
val memoryGb = providers.gradleProperty("paper.runMemoryGb").getOrElse("2")