diff --git a/build.gradle b/build.gradle index 420b1e4..e91d569 100644 --- a/build.gradle +++ b/build.gradle @@ -21,11 +21,9 @@ apply plugin: 'checkstyle' apply plugin: 'application' application { - mainClassName = 'greenify.client.Application' + mainClassName = 'greenify.server.Application' } -//apply plugin: 'org.openjfx.javafxplugin' - tasks.withType(Checkstyle) { reports { html.destination rootProject.file("build/reports/checkstyle.html") @@ -36,16 +34,32 @@ repositories { mavenCentral() } -//client bootjar -bootJar { - baseName = 'gs-consuming-rest' - version = '0.1.0' +allprojects { + task hello { + doLast { task -> + println "I'm $task.project.name" + } + } } -//server bootjar +////client bootjar +//bootJar { +// baseName = 'gs-consuming-rest' +// version = '0.1.0' +//} +// +////server bootjar +//bootJar { +// baseName = 'gs-rest-service' +// version = '0.1.0' +//} + bootJar { - baseName = 'gs-rest-service' - version = '0.1.0' + enabled = false +} + +jar { + enabled = true } sourceCompatibility = 1.8 diff --git a/doc/reports/sprint-reviews/20190225_sprint_review.md b/doc/reports/sprint-reviews/20190225_sprint_review.md deleted file mode 100644 index 6adcb33..0000000 --- a/doc/reports/sprint-reviews/20190225_sprint_review.md +++ /dev/null @@ -1,12 +0,0 @@ - -# Sprint Review - -## Main problems Encountered - -We have no problems so far. Everyone arrives on time and does the tasks assigned to them. - -## Adjustments from previous sprints -Since this is the first review, there are no previous sprints yet - -## Adjustments for next sprint - - Keep up the good work! diff --git a/doc/reports/sprint-reviews/20190311_sprint_review.md b/doc/reports/sprint-reviews/20190311_sprint_review.md deleted file mode 100644 index d4d255b..0000000 --- a/doc/reports/sprint-reviews/20190311_sprint_review.md +++ /dev/null @@ -1,14 +0,0 @@ - -# Sprint Review - -## Main problems Encountered - -### Problem 1: Kristin left the group -Kristin does not continue CSE and left our group. We'll work with five people from now on. - -## Adjustments from previous sprints -We created the backlog before the sprint, which helps making clear what we're working on. - -## Adjustments for next sprint - - Group made out of five - - Backlogs ready on time diff --git a/doc/sprints/sprint1/20190225_scrumboard.png b/doc/sprints/sprint1/20190403_scrumboard.png similarity index 100% rename from doc/sprints/sprint1/20190225_scrumboard.png rename to doc/sprints/sprint1/20190403_scrumboard.png diff --git a/doc/sprints/sprint2/20190311_scrumboard.png b/doc/sprints/sprint2/20191003_scrumboard.png similarity index 100% rename from doc/sprints/sprint2/20190311_scrumboard.png rename to doc/sprints/sprint2/20191003_scrumboard.png diff --git a/src/.idea/gradle.xml b/src/.idea/gradle.xml index 6321230..fb07249 100644 --- a/src/.idea/gradle.xml +++ b/src/.idea/gradle.xml @@ -8,6 +8,7 @@