Skip to content

Commit

Permalink
Merge pull request #685 from molgenis/docs/upgrade-gradle
Browse files Browse the repository at this point in the history
docs: add upgrading gradle version
  • Loading branch information
clemens-tolboom authored Mar 7, 2024
2 parents 1271a33 + ce42072 commit 57ff500
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,18 @@ As we now have the option to download the logfile from the application we need t

## Running tests

```
```bash
./gradlew test
```

## Upgrading gradle

```bash
./gradlew wrapper --gradle-version 8.6
```

## Tools

We use intellij to develop
* To run or debug in intellij, right click on armadillo/src/main/java/org.molgenis.armdadillo/ArmadilloServiceAppliction and choose 'Run/Debug Armadillo...'
* To run using oidc, create a copy of [application.yml](application.template.yml) in root of your project
Expand Down

0 comments on commit 57ff500

Please sign in to comment.