This commit is contained in:
Daniel Langbein 2024-11-19 19:24:56 +01:00
parent b8bb39cea1
commit 80cdd62439
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
2 changed files with 5 additions and 1 deletions

View File

@ -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":

BIN
intellij-gradle.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB