Test against Gradle 8.1 and 8.2 nightly. (#846)

This commit is contained in:
modmuss50
2023-04-16 17:19:21 +01:00
committed by GitHub
parent 9e7458f76a
commit 95a260d923
32 changed files with 164 additions and 95 deletions

View File

@@ -192,6 +192,7 @@ public abstract class GenerateSourcesTask extends AbstractLoomTask {
return getWorkerExecutor().processIsolation(spec -> {
spec.forkOptions(forkOptions -> {
forkOptions.setMinHeapSize("512m");
forkOptions.setMaxHeapSize(String.format(Locale.ENGLISH, "%dm", decompilerOptions.getMemory().get()));
forkOptions.systemProperty(WorkerDaemonClientsManagerHelper.MARKER_PROP, jvmMarkerValue);
});