Skip to content

Commit

Permalink
A-Jar
Browse files Browse the repository at this point in the history
  • Loading branch information
jellywaiyan committed Sep 6, 2023
1 parent 298034b commit 7153636
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ shadowJar {
archiveBaseName = "Jelly"
archiveClassifier = null
dependsOn("distZip", "distTar")
archiveFileName ="Jelly.jar"
}

run{
Expand Down
1 change: 0 additions & 1 deletion src/main/java/Jelly/main/Parser.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ public class Parser {

public static Command parse(String command) throws JellyException {
try {
System.out.println(command);
String[] stringArray = command.split(" ");
if (stringArray[0].equals("list")) {
return new ListCommand();
Expand Down
3 changes: 3 additions & 0 deletions src/test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Manifest-Version: 1.0
Main-Class: Jelly.main.Jelly

0 comments on commit 7153636

Please sign in to comment.