diff --git a/.gitignore b/.gitignore index 5fe2dba6..dcf14bec 100644 --- a/.gitignore +++ b/.gitignore @@ -99,7 +99,7 @@ fabric.properties ### Intellij Patch ### # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 -# *.iml +*.iml # modules.xml # .idea/misc.xml # *.ipr diff --git a/.travis.yml b/.travis.yml index 159bf074..299277c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ env: global: - secure: "dRKFshApyl4AUJFX35C3GfeYoV7jFjZirDj9YbNMSegvEMf6eIiapdBP/GfnCYKmOCO9cuZU3p2hUHGNNZYRdDcuP12SlrCVfxDnLkqPgwuZKGm0T0yAsACVJZRD/uNfy5HMiCPMDyT+h9pqMlBj+LsCov46AlaQdmwS9luIjPWNA+Ter17javVpLLzsRH+8Vsh1UtiEk4seIHkhOlxQLaAEvoTr2kRrI048C3aVYY8hDIMNrK/OPiVwF+83ZeXbZL0Q9E+QnmXimAB/lS7VleW4DD1g4JI9NL3HHAJbe3yDHdwRb/fYLX/ZpT0MA0qgYSlxwT2hrpFYQa/HgRUN2jREpSLWxnfKd1QQYXuxTGQaI9WUd+j+8ppvvJZHqdqc8QGMRHrodtdYcDJhYk5Z1nOlkVux+Axt/x4o63RJtZ7dX8JTsHyFW415FhnK56iGfRTLe7aipYuepZcxeydWrEis8+hy7eVuPwxH0qiCHugHRlzyTJZLR9z6peXg0IeDpCULm4Wy7LX/xHSagk4CFbqHghzdMtcaCSn9q7ooFv5RWqHYEq+szAAl/usYN5MuN2g1ZD7T4BooWJdUbntELiLh4yBpAkFaW0VTN1A5N+UK/QdCzFG0Sl6VXYGxU3/93fgbhf7Q1v+Q/H7wc5GrGQy+4R425WCYXilOksFJkWk=" script: - - './gradlew' + - './gradlew clean build -x test javadoc scaladoc reportScoverage' after_success: - 'bash scripts/commit_and_upload.sh -r iuginP/pps-17-cw-mp -b master -s latest-docs/scala -d scala' - 'bash scripts/commit_and_upload.sh -r iuginP/pps-17-cw-mp -b master -s latest-docs/java -d java' diff --git a/build.gradle b/build.gradle index af0c26f5..cf49c015 100644 --- a/build.gradle +++ b/build.gradle @@ -10,6 +10,7 @@ def scalaStyleOutputPath = "${buildDir.path}$scalaStyleOutput" allprojects { apply plugin: 'idea' apply plugin: 'eclipse' + apply plugin: "com.dorongold.task-tree" repositories { // Repositories where to find libraries @@ -112,6 +113,8 @@ buildscript { } } dependencies { + classpath "gradle.plugin.com.dorongold.plugins:task-tree:1.3" + classpath "gradle.plugin.org.scoverage:gradle-scoverage:2.3.0" classpath "gradle.plugin.com.github.maiflai:gradle-scalatest:0.22" @@ -121,4 +124,4 @@ buildscript { } } -defaultTasks 'clean', 'build', 'javadoc', 'scaladoc', 'reportScoverage', 'shadowJar' +defaultTasks 'clean', 'build', 'javadoc', 'scaladoc', 'reportScoverage' diff --git a/client/src/main/resources/layouts/roomManagerLayout.fxml b/client/src/main/resources/layouts/roomManagerLayout.fxml index 57914ed1..6298adcd 100644 --- a/client/src/main/resources/layouts/roomManagerLayout.fxml +++ b/client/src/main/resources/layouts/roomManagerLayout.fxml @@ -21,26 +21,26 @@ + fx:id="tfPrivateCreateRoomName" layoutX="115.0" layoutY="28.0"/> - -