Use deobf jar

dev/0.11
TheCodedOne 2018-08-18 02:40:23 +01:00
parent 76f94700ab
commit 6666738b92
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ public class AbstractPlugin implements Plugin<Project> {
if (extension.isModWorkspace()) {
//only add this when not in a dev env
project1.getDependencies().add(Constants.CONFIG_MC_DEPENDENCIES, "com.openmodloader:OpenModLoader:" + extension.getVersionString());
project1.getDependencies().add(Constants.CONFIG_MC_DEPENDENCIES, "com.openmodloader:OpenModLoader:" + extension.getVersionString() +":deobf");
}
});