forked from nusCS2113-AY1920S1/PersonalAssistant-Duke
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from notahotdog/B-Reminders
B-Reminders
- Loading branch information
Showing
14 changed files
with
1,139 additions
and
710 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,45 @@ | ||
plugins { | ||
id 'java' | ||
id 'application' | ||
id 'checkstyle' | ||
id 'org.openjfx.javafxplugin' version '0.0.7' | ||
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' | ||
|
||
repositories { | ||
mavenCentral() | ||
} | ||
|
||
javafx { | ||
version = "11.0.2" | ||
modules = [ 'javafx.controls', 'javafx.fxml' ] | ||
} | ||
|
||
application { | ||
// Change this to your main class. | ||
mainClassName = "Duke" | ||
} | ||
|
||
run { | ||
standardInput = System.in | ||
} | ||
dependencies { | ||
testImplementation 'org.junit.jupiter:junit-jupiter:5.5.0' | ||
} | ||
test { | ||
useJUnitPlatform() | ||
plugins { | ||
id 'java' | ||
id 'application' | ||
id 'checkstyle' | ||
id 'org.openjfx.javafxplugin' version '0.0.7' | ||
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' | ||
|
||
repositories { | ||
mavenCentral() | ||
} | ||
|
||
javafx { | ||
version = "11.0.2" | ||
modules = [ 'javafx.controls', 'javafx.fxml' ] | ||
} | ||
|
||
application { | ||
// Change this to your main class. | ||
mainClassName = "Duke" | ||
} | ||
|
||
run { | ||
standardInput = System.in | ||
} | ||
dependencies { | ||
testImplementation 'org.junit.jupiter:junit-jupiter:5.5.0' | ||
} | ||
test { | ||
useJUnitPlatform() | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
<<<<<<< HEAD | ||
plugins { | ||
id 'java' | ||
id 'application' | ||
id 'checkstyle' | ||
id 'org.openjfx.javafxplugin' version '0.0.7' | ||
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' | ||
|
||
repositories { | ||
mavenCentral() | ||
} | ||
|
||
javafx { | ||
version = "11.0.2" | ||
modules = [ 'javafx.controls', 'javafx.fxml' ] | ||
} | ||
|
||
application { | ||
// Change this to your main class. | ||
mainClassName = "Duke" | ||
} | ||
|
||
run { | ||
standardInput = System.in | ||
} | ||
dependencies { | ||
testImplementation 'org.junit.jupiter:junit-jupiter:5.5.0' | ||
} | ||
test { | ||
useJUnitPlatform() | ||
======= | ||
plugins { | ||
id 'java' | ||
id 'application' | ||
id 'checkstyle' | ||
id 'org.openjfx.javafxplugin' version '0.0.7' | ||
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' | ||
|
||
repositories { | ||
mavenCentral() | ||
} | ||
|
||
javafx { | ||
version = "11.0.2" | ||
modules = [ 'javafx.controls', 'javafx.fxml' ] | ||
} | ||
|
||
application { | ||
// Change this to your main class. | ||
mainClassName = "Duke" | ||
} | ||
|
||
run { | ||
standardInput = System.in | ||
} | ||
dependencies { | ||
testImplementation 'org.junit.jupiter:junit-jupiter:5.5.0' | ||
} | ||
test { | ||
useJUnitPlatform() | ||
>>>>>>> master | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
<<<<<<< HEAD | ||
plugins { | ||
id 'java' | ||
id 'application' | ||
id 'checkstyle' | ||
id 'org.openjfx.javafxplugin' version '0.0.7' | ||
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' | ||
|
||
repositories { | ||
mavenCentral() | ||
} | ||
|
||
javafx { | ||
version = "11.0.2" | ||
modules = [ 'javafx.controls', 'javafx.fxml' ] | ||
} | ||
|
||
application { | ||
// Change this to your main class. | ||
mainClassName = "Duke" | ||
} | ||
|
||
run { | ||
standardInput = System.in | ||
} | ||
dependencies { | ||
testImplementation 'org.junit.jupiter:junit-jupiter:5.5.0' | ||
} | ||
test { | ||
useJUnitPlatform() | ||
======= | ||
plugins { | ||
id 'java' | ||
id 'application' | ||
id 'checkstyle' | ||
id 'org.openjfx.javafxplugin' version '0.0.7' | ||
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' | ||
|
||
repositories { | ||
mavenCentral() | ||
} | ||
|
||
javafx { | ||
version = "11.0.2" | ||
modules = [ 'javafx.controls', 'javafx.fxml' ] | ||
} | ||
|
||
application { | ||
// Change this to your main class. | ||
mainClassName = "Duke" | ||
} | ||
|
||
run { | ||
standardInput = System.in | ||
} | ||
dependencies { | ||
testImplementation 'org.junit.jupiter:junit-jupiter:5.5.0' | ||
} | ||
test { | ||
useJUnitPlatform() | ||
>>>>>>> master | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
plugins { | ||
id 'java' | ||
id 'application' | ||
id 'checkstyle' | ||
id 'org.openjfx.javafxplugin' version '0.0.7' | ||
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' | ||
|
||
repositories { | ||
mavenCentral() | ||
} | ||
|
||
javafx { | ||
version = "11.0.2" | ||
modules = [ 'javafx.controls', 'javafx.fxml' ] | ||
} | ||
|
||
application { | ||
// Change this to your main class. | ||
mainClassName = "Main" | ||
} | ||
|
||
run { | ||
standardInput = System.in | ||
} | ||
dependencies { | ||
testImplementation 'org.junit.jupiter:junit-jupiter:5.5.0' | ||
} | ||
test { | ||
useJUnitPlatform() | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
plugins { | ||
id 'java' | ||
id 'application' | ||
id 'checkstyle' | ||
id 'org.openjfx.javafxplugin' version '0.0.7' | ||
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' | ||
|
||
repositories { | ||
mavenCentral() | ||
} | ||
|
||
javafx { | ||
version = "11.0.2" | ||
modules = [ 'javafx.controls', 'javafx.fxml' ] | ||
} | ||
|
||
application { | ||
// Change this to your main class. | ||
mainClassName = "Duke" | ||
} | ||
|
||
run { | ||
standardInput = System.in | ||
} | ||
dependencies { | ||
testImplementation 'org.junit.jupiter:junit-jupiter:5.5.0' | ||
} | ||
test { | ||
useJUnitPlatform() | ||
} |
Oops, something went wrong.