Skip to content
David Gerber edited this page Aug 9, 2024 · 2 revisions

Upgrading Gradle

  • change the version in build.gradle in the wrapper section
  • sync the IDE
  • run the wrapper task

Running Tests

  • use the test task

In case you want to force running them (for example to know how many tests there are), pass the --rerun-tasks

Clone this wiki locally