Fix compilation of modern

This commit is contained in:
Vojtěch Šokala
2026-05-07 15:34:26 +02:00
parent 32a71933d6
commit eb8fcaee36
3 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -403,7 +403,7 @@ if (isNotCommonProject) {
runTask.jvmArgs = filteredArgs
if(project.name == "forge" || project.name == "neoforge" || project.name == "cleanroom") {
// fix (Neo)forge debug running
// fix (Neo)forge, Cleanroom debug running
doFirst {
def modsDir = rootProject.file("run/${isClient ? 'client' : 'server'}/mods")
modsDir.mkdirs()