aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-11-15 20:44:57 +0100
committerLinnea Gräf <nea@nea.moe>2025-11-15 20:44:57 +0100
commit47cba9497e5a289035a3e94b0afda524a4c2c7a1 (patch)
tree7d5a65f78b65857fcde4233c7294d3b9e90a1638
parent890ef965202a418024ceb5fb46b51d9e27fe6918 (diff)
downloadFirmament-47cba9497e5a289035a3e94b0afda524a4c2c7a1.tar.gz
Firmament-47cba9497e5a289035a3e94b0afda524a4c2c7a1.tar.bz2
Firmament-47cba9497e5a289035a3e94b0afda524a4c2c7a1.zip
chore: remove mixin.debug (because iris breaks it :()
-rw-r--r--build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 160f0e6..aed1c07 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -294,7 +294,7 @@ loom {
File(it.output.classesDirs.asPath).absolutePath
})
property("mixin.debug.export", "true")
- property("mixin.debug", "true")
+// property("mixin.debug", "true")
parseEnvFile(file(".env")).forEach { (t, u) ->
environmentVariable(t, u)