No description
Find a file
Rongmario 7b370f2113 Made properties editable via gradle.properties
- There should be little incentive to touch `build.gradle`other than adding extra deps
2022-01-20 16:56:26 +00:00
gradle/wrapper First commit - checkstyle coming soon 2022-01-06 11:59:55 +00:00
src/main Made properties editable via gradle.properties 2022-01-20 16:56:26 +00:00
.gitignore First commit - checkstyle coming soon 2022-01-06 11:59:55 +00:00
build.gradle Made properties editable via gradle.properties 2022-01-20 16:56:26 +00:00
gradle.properties Made properties editable via gradle.properties 2022-01-20 16:56:26 +00:00
gradlew First commit - checkstyle coming soon 2022-01-06 11:59:55 +00:00
gradlew.bat First commit - checkstyle coming soon 2022-01-06 11:59:55 +00:00
README.md Update README.md 2022-01-08 21:50:43 +00:00

TemplateDevEnv

Instructions:

  1. Click use this template at the top.
  2. Clone the repository you have created with this template.
  3. In the local repository, run the command gradlew setupDecompWorkspace idea genIntellijRuns
  4. Open the .ipr file in IDEA.
  5. Right-click in IDEA build.gradle of your project, and select Link Gradle Project, after completion, hit Refresh All in the gradle tab on the right.
  6. Fix run configs by:

  1. Fix resources not loading when running via the run configs:

  • Change Gradle => IntelliJ IDEA

A checkstyle is coming soon, meaning Cleanroom's projects will use a specific coding style that has to be abided at time of PR/building.