Revert "Filter ':launcher' dependency (Could cause problems! Please test!)"

Signed-off-by: shedaniel <daniel@shedaniel.me>
This commit is contained in:
shedaniel
2021-05-05 21:42:03 +08:00
parent 2625b90a17
commit d91d7c096c

View File

@@ -86,7 +86,6 @@ public class ForgeUserdevProvider extends DependencyProvider {
}
}
if (lib.getAsString().endsWith(":launcher")) continue;
addDependency(lib.getAsString(), Constants.Configurations.FORGE_DEPENDENCIES);
}