Skip to content

Commit

Permalink
Merge pull request #1 from AY1920S1-CS2113-T14-2/master
Browse files Browse the repository at this point in the history
getting the update
  • Loading branch information
saradj authored Nov 5, 2019
2 parents 2e6822c + 4a90c87 commit f95dd5c
Show file tree
Hide file tree
Showing 86 changed files with 2,412 additions and 1,411 deletions.
13 changes: 11 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,27 @@ repositories {
}

shadowJar {
archiveBaseName = "mid"
archiveVersion = "v1.1"
archiveBaseName = null
archiveVersion = "v1.3"
archiveClassifier = null
archiveAppendix = null
}

sourceSets{
main {
resources {
srcDirs = ['src/main/java']
}
}
}

checkstyle {
toolVersion = '8.23'
}

dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter:5.5.0'
compile group: 'com.massisframework', name: 'j-text-utils', version: '0.3.4'
}

test {
Expand Down
2 changes: 1 addition & 1 deletion config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<property name="max" value="120"/>
<property name="ignorePattern" value="^package.*|^import.*|a href|href|http://|https://|ftp://"/>
</module>
<module name="AvoidStarImport"/>
<!-- module name="AvoidStarImport"/ -->
<module name="OneTopLevelClass"/>
<module name="NoLineWrap"/>
<module name="EmptyBlock">
Expand Down
10 changes: 9 additions & 1 deletion data/fridge.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
cheese|2|12/10/2019
<<<<<<< HEAD
milk|3|09/09/09
cheese|4|12/12/2019
rice|50|12/12/2019
=======
somethingsomeone|50|23/12/2019
>>>>>>> upstream/master
potato|3|12/2/2020
rice|500|2/3/2020
rice|250|2/3/2020
rice|500|12/12/2020
cheese|100|30/10/2019
rice|501|12/10/2019
rice|503|12/10/2019
Empty file added data/order.txt
Empty file.
10 changes: 7 additions & 3 deletions data/tasks.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
T|1|read book
D|1|return book|09/09/09 2359
T|1|beef 16/10/2019
T|0|beef 16/10/2019
T|0|test 09/09/09
T|1|test1 16/10/2019
T|0|read books
T|0|sleep
T|0|homeworrk 12/12/2019
<<<<<<< HEAD
T|0|sleep
milk|2|null
=======
>>>>>>> upstream/master
T|0|beef 24/10/2019
336 changes: 271 additions & 65 deletions docs/DeveloperGuide.md

Large diffs are not rendered by default.

Loading

0 comments on commit f95dd5c

Please sign in to comment.