Skip to content

Commit 6188698

Browse files
committed
test
1 parent ebe411a commit 6188698

File tree

1 file changed

+3
-0
lines changed
  • src/main/java/net/minecraftforge/launcher

1 file changed

+3
-0
lines changed

src/main/java/net/minecraftforge/launcher/Main.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ public final class Main {
2727
static final Logger LOGGER = Logger.create();
2828

2929
public static void main(String[] args) throws Throwable {
30+
if ("".isEmpty()) {
31+
throw new RuntimeException("Testing that we got pulled from maven local");
32+
}
3033
long start = System.currentTimeMillis();
3134
Launcher launcher;
3235
try {

0 commit comments

Comments
 (0)