We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe411a commit 6188698Copy full SHA for 6188698
src/main/java/net/minecraftforge/launcher/Main.java
@@ -27,6 +27,9 @@ public final class Main {
27
static final Logger LOGGER = Logger.create();
28
29
public static void main(String[] args) throws Throwable {
30
+ if ("".isEmpty()) {
31
+ throw new RuntimeException("Testing that we got pulled from maven local");
32
+ }
33
long start = System.currentTimeMillis();
34
Launcher launcher;
35
try {
0 commit comments