From 6261296271ec4bd5c33925772629bc2bbf358b20 Mon Sep 17 00:00:00 2001 From: Braydon Date: Thu, 6 May 2021 13:47:56 -0400 Subject: [PATCH] [18.5k Lines] Updated #Before-Starting in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 17a139c..e05bd76 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ When something is being released for production, you must set the production par - Create a **gradle.properties** file which will contain your Nexus username and password. (It's recommended to add the properties below to your **gradle.properties** file to allow the use of parallel compiling and caching) - Stick to Java naming conventions, which can be found [here](https://www.oracle.com/java/technologies/javase/codeconventions-namingconventions.html) +- Stick to the same code style as the rest of the project ```properties org.gradle.parallel=true org.gradle.caching=true