Skip to content

Commit

Permalink
A-JAR
Browse files Browse the repository at this point in the history
  • Loading branch information
JensonWee committed Feb 15, 2020
1 parent 61365b0 commit dc8c4c9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
15 changes: 14 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
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'
Expand All @@ -12,7 +25,7 @@ repositories {

application {
// Change this to your main class.
mainClassName = "seedu.duke.Duke"
mainClassName = "Duke"
}

run {
Expand Down
1 change: 0 additions & 1 deletion duke.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
T | 1 | read book
D | 1 | return book | June 6th
E | 1 | project meeting | Aug 6th 2-4pm
T | 1 | study for exam

0 comments on commit dc8c4c9

Please sign in to comment.