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:
4
src/main/java/eu/crushedpixel/replaymod/studio/StudioImplementation.java
Normal file → Executable file
4
src/main/java/eu/crushedpixel/replaymod/studio/StudioImplementation.java
Normal file → Executable file
@@ -1,13 +1,11 @@
|
||||
package eu.crushedpixel.replaymod.studio;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.FileNotFoundException;
|
||||
import java.io.FileOutputStream;
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
|
||||
import de.johni0702.replaystudio.Studio;
|
||||
import de.johni0702.replaystudio.collection.PacketData;
|
||||
import de.johni0702.replaystudio.PacketData;
|
||||
import de.johni0702.replaystudio.filter.RemoveFilter;
|
||||
import de.johni0702.replaystudio.filter.SquashFilter;
|
||||
import de.johni0702.replaystudio.io.ReplayOutputStream;
|
||||
|
||||
0
src/main/java/eu/crushedpixel/replaymod/studio/VersionValidator.java
Normal file → Executable file
0
src/main/java/eu/crushedpixel/replaymod/studio/VersionValidator.java
Normal file → Executable file
Reference in New Issue
Block a user