Add reminder lol

This commit is contained in:
Brady
2018-10-29 23:20:11 -05:00
parent 71c7ed54e5
commit f45fb3cd8c
@@ -110,6 +110,7 @@ public class ProguardTask extends BaritoneGradleTask {
// Acquire the RT jar using "java -verbose". This doesn't work on Java 9+
Process p = new ProcessBuilder("java", "-verbose").start();
String out = IOUtils.toString(p.getInputStream(), "UTF-8").split("\n")[0].split("Opened ")[1].replace("]", "");
// TODO Add jce.jar too
template.add(2, "-libraryjars '" + out + "'");
// API config doesn't require any changes from the changes that we made to the template