Updated build.gradle to automatically build fat jars with the dependencies in the /libs folder. This utilizes the shade.sh shell script. Use ./gradlew without explicitely invoking the build task, as this will automatically build a fat jar.
Sorry for this painful commit, but git somehow f'd up and sees changes in files where there aren't any.
This commit is contained in:
3
src/main/java/eu/crushedpixel/replaymod/gui/GuiConstants.java
Normal file → Executable file
3
src/main/java/eu/crushedpixel/replaymod/gui/GuiConstants.java
Normal file → Executable file
@@ -42,4 +42,7 @@ public class GuiConstants {
|
||||
|
||||
public static final int REPLAY_EDITOR_UP_BUTTON = 5006;
|
||||
public static final int REPLAY_EDITOR_DOWN_BUTTON = 5007;
|
||||
|
||||
public static final int REPLAY_EDITOR_REMOVE_BUTTON = 5008;
|
||||
public static final int REPLAY_EDITOR_ADD_BUTTON = 5009;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user