From 272012ed227ef81d248d1c2c23f271a1da477cb3 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sat, 7 Feb 2026 11:18:35 -0600 Subject: [PATCH] cleanup TODOs in build script --- build.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.gradle b/build.gradle index 48f8d3498..c9c8b6001 100644 --- a/build.gradle +++ b/build.gradle @@ -418,9 +418,6 @@ subprojects { p -> quilt_contributors.reverse() //println quilt_contributors.join(", ") - // TODO: Find something we can use so we can basically re-map only when the jar is shadowed and relocated -// println p.tasks.findByName('shadowJar') - // These "hasProperty"'s are so that they can be passed through the cli (ie in the CI) try { @@ -626,7 +623,6 @@ allprojects { p -> includeGroup "forge-mod" } } - // TODO: If neoforged is ever needed, should we use that, or call it a forge mod? } // Adds some dependencies that are in vanilla but not in core