Skip to content

Commit

Permalink
Merge pull request #39 from notahotdog/B-Reminders
Browse files Browse the repository at this point in the history
B-Reminders
  • Loading branch information
notahotdog authored Sep 19, 2019
2 parents ce0028b + d95cead commit ad55d08
Show file tree
Hide file tree
Showing 14 changed files with 1,139 additions and 710 deletions.
88 changes: 44 additions & 44 deletions build.gradle
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()
}
92 changes: 92 additions & 0 deletions build.gradle.orig
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
}
92 changes: 92 additions & 0 deletions build_BACKUP_25837.gradle
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
}
45 changes: 45 additions & 0 deletions build_BASE_25837.gradle
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()
}
45 changes: 45 additions & 0 deletions build_LOCAL_25837.gradle
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()
}
Loading

0 comments on commit ad55d08

Please sign in to comment.