userDev.from(delayedFile(DevConstants.MERGE_CFG), new CopyInto("conf"));
userDev.from(delayedFileTree("{MAPPINGS_DIR}"), new CopyInto("conf", "astyle.cfg", "exceptor.json", "*.csv", "!packages.csv"));
userDev.from(delayedFile(DevConstants.NOTCH_2_SRG_SRG), new CopyInto("conf"));
userDev.from(delayedFile(DevConstants.SRG_EXC), new CopyInto("conf"));
userDev.from(delayedFileTree("{MAPPINGS_DIR}/patches"), new CopyInto("conf"));
userDev.rename("[\\d.]+?-dev\\.json", "dev.json");
userDev.rename(".+?\\.srg", "packaged.srg");
userDev.rename(".+?\\.exc", "packaged.exc");
userDev.setIncludeEmptyDirs(false);
userDev.dependsOn("packageUniversal", "zipPatches", "jarClasses", s2s);
userDev.setExtension("jar");