architectury / architectury-loom

A Gradle plugin to setup environments for Fabric, Forge, NeoForge and Quilt modding.
https://docs.architectury.dev/loom/introduction
MIT License
103 stars 35 forks source link

Datagen task doesn’t exit when finished #189

Open JT122406 opened 5 months ago

JT122406 commented 5 months ago

When running forge or fabric Datagen the task doesn't end it just continues forever until force stopped by input.

qyl27 commented 4 months ago

Same issue, and it has already existed for many months.

Fuzss commented 1 month ago

Maybe related: https://github.com/neoforged/FancyModLoader/pull/117

qyl27 commented 1 month ago

Maybe related: neoforged/FancyModLoader#117

But this issue also happens on LexForge and Fabric.
I have noticed it since 1.18.
Maybe a deeper problem here.

Fuzss commented 1 month ago

I meant to refer to the solution the PR is implementing. Maybe it's applicable here as well.

qyl27 commented 1 month ago

I meant to refer to the solution the PR is implementing. Maybe it's applicable here as well.

Oh, so they should do same in ForgeModLoader and Fabric Loader.