Skip to content

Commit

Permalink
Create jar file
Browse files Browse the repository at this point in the history
  • Loading branch information
jetnew committed Sep 18, 2020
1 parent fa21799 commit 003dfa9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Manifest-Version: 1.0
Main-Class: Duke
Main-Class: Launcher

5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ plugins {
id 'application'
id 'checkstyle'
id 'com.github.johnrengelman.shadow' version '5.1.0'
id 'org.openjfx.javafxplugin' version '0.0.8'
}

repositories {
Expand Down Expand Up @@ -44,11 +45,11 @@ test {
}

application {
mainClassName = "seedu.duke.Duke"
mainClassName = "Launcher"
}

shadowJar {
archiveBaseName = "duke"
archiveBaseName = "ip"
archiveClassifier = null
}

Expand Down
1 change: 1 addition & 0 deletions data/tasks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ D|1|CS3244 project|2020-09-29|
T|1|homework1|
D|0|homework2|2020-09-23|
E|0|shopping|2020-09-24|
D|0|homework|2020-09-23|

0 comments on commit 003dfa9

Please sign in to comment.