Go to file
Yadunand Prem 5392f1abdc
Add User Guide
2024-02-25 13:24:00 +08:00
.settings Fix adding gradle 2024-01-31 20:58:46 +08:00
config/checkstyle Add checkstyle config files 2024-02-03 15:53:31 +08:00
docs Add User Guide 2024-02-25 13:24:00 +08:00
gradle/wrapper Bump gradle and lib version 2024-01-07 19:04:25 +08:00
src Link textUI to GUI 2024-02-25 13:12:04 +08:00
text-ui-test Merge remote-tracking branch 'origin/add-gradle-support' 2024-01-31 20:05:35 +08:00
.classpath Add command to find tasks 2024-01-31 21:37:51 +08:00
.gitignore Add the data dir to gitignore 2024-01-29 23:09:00 +08:00
.project Fix adding gradle 2024-01-31 20:58:46 +08:00
AI.md Add documentation on usage of AI 2024-02-25 12:29:37 +08:00
build.gradle More brian refactors 2024-02-25 12:28:58 +08:00
CONTRIBUTORS.md Update list of contributors 2019-08-06 15:15:04 +08:00
gradlew Bump gradle and lib version 2024-01-07 19:04:25 +08:00
gradlew.bat Bump gradle and lib version 2024-01-07 19:04:25 +08:00
README.md Proper duke to brian refactor 2024-02-25 13:01:42 +08:00

Brian project template

This is a project template for a greenfield Java project. Brian is my best friend. Given below are instructions on how to use it.

Setting up in Intellij

Prerequisites: JDK 11, update Intellij to the most recent version.

  1. Open Intellij (if you are not in the welcome screen, click File > Close Project to close the existing project first)
  2. Open the project into Intellij as follows:
    1. Click Open.
    2. Select the project directory, and click OK.
    3. If there are any further prompts, accept the defaults.
  3. Configure the project to use JDK 11 (not other versions) as explained in here.
    In the same dialog, set the Project language level field to the SDK default option.