Add TODO comment that explains #258

This commit is contained in:
Juuz
2025-02-06 19:54:33 +02:00
parent 127345ea7e
commit 07f91bfd0b

View File

@@ -116,6 +116,7 @@ public record ForgeRunTemplate(
settings.getEnvironmentVariables().putIfAbsent(key, resolved);
});
// TODO: Also remove this hack once DLI supports clientData as the env
if (this.name.equals("dataClient") || this.name.equals("dataServer")) {
for (ConfigValue arg : args) {
settings.programArg(arg.resolve(configValueResolver));