Skip to content

Commit e299429

Browse files
Actually enable modrinth publishing
debug mode was enabled
1 parent d3bbc36 commit e299429

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ configure(subprojects.findAll { it.name != "common" }) {
9595
syncBodyFrom = rootProject.file("README.md").text
9696
def changelogEnv = System.getenv("VERSION_CHANGELOG")
9797
if (changelogEnv != null) changelog = changelogEnv
98-
//todo: remove
99-
debugMode = true;
10098
}
10199

102100
tasks.modrinth.dependsOn(tasks.modrinthSyncBody)

0 commit comments

Comments
 (0)