Merge 1.8, part 4

This commit is contained in:
Juuz
2024-12-06 19:21:07 +02:00
34 changed files with 329 additions and 173 deletions

View File

@@ -198,6 +198,9 @@ public abstract class GenerateSourcesTask extends AbstractLoomTask {
getUseCache().convention(true);
getResetCache().convention(extension.refreshDeps());
doNotTrackState("Cannot rebuild input jar without project.");
notCompatibleWithConfigurationCache("Cannot rebuild input jar without project.");
}
@TaskAction