Skip to content

Commit

Permalink
Merge pull request #6257 from bndtools/chrisrueger-patch-1
Browse files Browse the repository at this point in the history
Aktualisieren von CONTRIBUTING.md
  • Loading branch information
chrisrueger authored Sep 5, 2024
2 parents 564b890 + 1b403c4 commit 786ae03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ We use Gradle and Maven to build and the repo includes `gradlew` and `mvnw` at t

Some more instructions how to get started with bndtools development in Eclipse can be found [here](https://bndtools.org/development.html).

- `./gradlew :build` - Assembles and tests the Bnd Workspace projects. This must be run before building the Bnd Maven and Gradle plugins.
- `./gradlew :build` (or `./gradlew build -x test` to skip tests for faster local builds) - Assembles and tests the Bnd Workspace projects. This must be run before building the Bnd Maven and Gradle plugins.
- `./gradlew :gradle-plugins:build` - Assembles and tests the Bnd Gradle plugins.
- `./mvnw install` - Assembles and tests the Bnd Maven plugins.
- `./gradlew :publish` - Assembles and publishes the Bnd Workspace projects into `dist/bundles`.
Expand Down

0 comments on commit 786ae03

Please sign in to comment.