Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Update CONTRIBUTING.md #307

Merged
merged 2 commits into from
Nov 30, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,13 @@ Please also follow these formatting guidelines:
OpenJFX uses Gradle for its build. Before submitting your changes, run the test suite to make sure that nothing is broken, with:

```sh
gradle all test
bash ./gradlew all test
```

If you are changing anything that might possibly affect rendering, you should run a full test with robot enabled:

```sh
gradle -PFULL_TEST=true -PUSE_ROBOT=true all test
bash ./gradlew -PFULL_TEST=true -PUSE_ROBOT=true all test
```

Even more documentation on OpenJFX projects and its build system can be found on the
Expand Down