Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
chrisrueger authored Oct 14, 2024
1 parent cf09b3c commit de8bc1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Some more instructions how to get started with bndtools development in Eclipse c
- `./gradlew :gradle-plugins:publish` - Assembles and publishes the Bnd Gradle plugins into `dist/bundles`.
- `./mvnw -Pdist deploy` - Assembles and publishes the Bnd Maven plugins into `dist/bundles`.

Rebuilding: bnd is build with bnd. For that reason we rebuild and retest bnd with the build we just built.
To do a full build-rebuilt cycle (like the github build), you can use the following command:
Rebuilding: bnd is built with bnd. For that reason we rebuild and retest bnd with the build we just built.
To do a full build-rebuild cycle (like the github build), you can use the following command:

`./gradlew :build ; ./gradlew :gradle-plugins:build ; ./.github/scripts/rebuild-build.sh ; ./.github/scripts/rebuild-test.sh`

Expand Down

0 comments on commit de8bc1b

Please sign in to comment.