diff --git a/README.md b/README.md index 58a0f91..588edc0 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,16 @@ This should include version >= 17, e.g.: ### Tasks -List all tasks: +List all Gradle tasks which can be run: ```shell ./gradlew tasks ``` +This can also be done graphically in IntelliJ: + +![intellij-gradle.png](intellij-gradle.png) + ## Test Cases Run the task "test": diff --git a/intellij-gradle.png b/intellij-gradle.png new file mode 100644 index 0000000..57354db Binary files /dev/null and b/intellij-gradle.png differ