Skip to content
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
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
+ An OpenJDK version 21 is required.
+ Clone the repository: `git clone -b master git@github.com:eclipse-rcptt/org.eclipse.rcptt.git`
+ Maven Tycho Build: run `build.sh` on Unix or or `build.cmd` in Windows
+ When graphical context in unavailable (headless builds) skip tests with argument `-Dmaven.test.skip=true`
+ When graphical context is unavailable (headless builds) skip tests with argument `-Dmaven.test.skip=true`
+ For IDE builds set the active target platform to the latest one in `releng/target-platforms`.

### Coding standards
Expand Down
Loading