-
Notifications
You must be signed in to change notification settings - Fork 1
Contributing
Andy Sardina edited this page Aug 4, 2019
·
1 revision
This project is a work in progress, but you can help to make it better. For adding another week, you just need to modify the main Gradle file (build.gradle).
You can check the line 7 of the build.gradle, and see how the previous assignments have been created.
Important points to consider:
- If you upgrade de versions of SpotBugs, CheckStyle or PMD, you will probably need to modify the configurations files.
- The name of the assignment in the build.gradle must match with the name of the package in which the code and the test are.
Improvements Right now, if you get any warning from the static code analysis, you are still able to create the Zip file. It would be better if at that point the task fails.