Fix gradle

This commit is contained in:
Sollace 2022-11-25 19:03:19 +00:00
parent 9b90e9bfb6
commit 9f8062df9b

View file

@ -1,3 +1,5 @@
/*
TODO: ForgeGradle can't understand test sourcesets. Sad.
import java.io.File;
import java.lang.reflect.Method;
import java.util.*;
@ -129,3 +131,4 @@ public class WrappedGradleStart extends GradleStart {
}
}
}
*/