You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intelij likely uses https://docs.gradle.org/current/javadoc/org/gradle/tooling/CancellationTokenSource.html to cancel the build, and it seems to call Thread.interrupt(), allowing us to know if the task was cancled. Worse case we could maybe catch this error if the build has been canceled.
I think fixing this once and for all really needs a new zip fs implementation, and will be a big job needing changes to both TR and loom. I thought about doing all zip operations in another thread that Gradle cannot touch but this is a lot of added complexity.
Reproduction steps:
genClientOnlySources
, probably also occurs with mergedgenSources
)I tested this with Fabric API to be specific, but any project should probably have the same outcome.
The text was updated successfully, but these errors were encountered: