Skip to content

Commit

Permalink
ci: Display build dependencies for rebuild-build
Browse files Browse the repository at this point in the history
This is useful for checking the Bnd version used to build Bnd.

Signed-off-by: BJ Hargrave <bj@hargrave.dev>
  • Loading branch information
bjhargrave committed May 26, 2022
1 parent 2067fc5 commit ddb77c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/rebuild-build.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -ev
./gradlew --no-daemon --version
./gradlew --no-daemon -Dmaven.repo.local=dist/m2 :publish
./gradlew --no-daemon -Dmaven.repo.local=dist/m2 :buildscriptDependencies :publish
./gradlew --no-daemon -Dmaven.repo.local=dist/m2 --warning-mode=fail :gradle-plugins:build
./gradlew --no-daemon -Dmaven.repo.local=dist/m2 :gradle-plugins:publish

0 comments on commit ddb77c5

Please sign in to comment.