Skip to content

Commit

Permalink
Merge pull request #7 from leowyh/master
Browse files Browse the repository at this point in the history
Added JAR file capability
  • Loading branch information
leowyh authored Sep 16, 2019
2 parents aa6f369 + debd119 commit 2760b36
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,20 @@ plugins {
id 'java'
id 'application'
id 'checkstyle'
id 'com.github.johnrengelman.shadow' version '5.1.0'
}

checkstyle {
toolVersion = '8.23'
}

shadowJar {
archiveBaseName = "duke"
archiveVersion = "0.1.3"
archiveClassifier = null
archiveAppendix = null
}


group 'seedu.duke'
version '0.1.0'
Expand Down
Binary file modified data/duke.txt
Binary file not shown.

0 comments on commit 2760b36

Please sign in to comment.