Add support for parameters to start and update gradle to compile full jar
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package de.jeyp91;
|
||||
|
||||
public class StatusHolder {
|
||||
private static boolean error = false;
|
||||
public static void setError() {
|
||||
error = true;
|
||||
}
|
||||
public static boolean getError() {
|
||||
return error;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user