uni.setClassifier("universal");
uni.getInputs().file(delayedFile(DevConstants.JSON_REL));
uni.getOutputs().upToDateWhen(Constants.CALL_FALSE);
uni.from(delayedZipTree(DevConstants.BINPATCH_TMP));
uni.from(delayedFileTree(DevConstants.FML_RESOURCES));
uni.from(delayedFile(DevConstants.FML_VERSIONF));
uni.from(delayedFile(DevConstants.FML_LICENSE));
uni.from(delayedFile(DevConstants.FML_CREDITS));
uni.from(delayedFile(DevConstants.DEOBF_DATA));
uni.from(delayedFile(DevConstants.CHANGELOG));
uni.exclude("devbinpatches.pack.lzma");