From a4a4298c2071c742a6a8d322e465bfe05d57cd9a Mon Sep 17 00:00:00 2001 From: tterrag Date: Tue, 9 Jun 2020 19:45:38 -0400 Subject: [PATCH] Comment out changelog debugging code --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 61646a09c..f665ed05d 100644 --- a/build.gradle +++ b/build.gradle @@ -173,7 +173,8 @@ String getChangelogText() { return str } -new File("changelog.html").write getChangelogText() +//changelog debugging +//new File("changelog.html").write getChangelogText() tasks.curseforge.enabled = !dev && project.hasProperty('simi_curseforge_key')