383940414243444546474849
if (index == -1) { return null; // task has been removed, noop } else if (index == 0) { return getSource().getCss(); } else { SourceTask previous = get(index - 1); return previous.getOutputs().getFiles(); } } }); } });
394041424344454647484950
if (index == -1) { return null; // task has been removed, noop } else if (index == 0) { return getSource().getJs(); } else { SourceTask previous = get(index - 1); return previous.getOutputs().getFiles(); } } }); } });